-
Bug
-
Resolution: Fixed
-
P4
-
6
-
None
-
beta
-
generic
-
generic
4669384 introduced a change to SwingSet2 in the JList demo. It added focus listeners to the JCheckBoxes in order to scrollRectToVisible. Each JCheckBox is given its own anonymous focus listener. This is an un-needed overhead. Instead, a single FocusListener should be shared between all JCheckBoxes.
- relates to
-
JDK-4669384 Problems with keyboard navigation in SwingSet2 List Demo
-
- Resolved
-