-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
1.4.0
-
generic
-
generic
The First Component added to the Frame must gain focus, when the Frame is popped up for the first time, if no focus traversal policy is set and no explicit request for focus is made and if the Component is focusable.
In Solaris & Win32, when Swing Components are used, the Focus is not gained by the first component.
How to Reproduce the Bug
========================
Extract and Run the sample program DefaultFocus.java
The Components are added in the order Button1, List, Button2.
But by default List gains focus and not Button1
In Solaris & Win32, when Swing Components are used, the Focus is not gained by the first component.
How to Reproduce the Bug
========================
Extract and Run the sample program DefaultFocus.java
The Components are added in the order Button1, List, Button2.
But by default List gains focus and not Button1