-
Enhancement
-
Resolution: Duplicate
-
P4
-
6
-
None
-
generic
-
generic
Name: dmR10075 Date: 12/04/2003
Window.toFront method by default tries to focus the window. It doesn't
do this for non-focusable windows. However, customers request the way to
bring the window to-front without focusing it even for general focusable
windows. Since we explicitly do special step to focus window when we
bring it to-front, it won't be hard to implement non-focusing
consistently on all platforms. It is unclear yet what kind of API is
required - whether it should be parameter of toFront method or an
additional toFrontNoFocus method.
======================================================================
- duplicates
-
JDK-6187066 Want to open a Frame without activating it
- Closed