-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.0
-
x86
-
windows_nt
JToggleButtonUI:
When isBorderPainted is false and isFocusPainted is true, focus is not painted. This is different from metal/window JToggleButton. This is because painting focus is handled by its border. When isBorderPainted is false, painting focus logic should be handled by its UI, MotifToggleButtonUI's paintFocus that does nothing currently.
For its fix, please see Bug#4129691(JButton) and Bug#4130798(JRadioButton).
bae-chul.kim@eng 1998-04-20
When isBorderPainted is false and isFocusPainted is true, focus is not painted. This is different from metal/window JToggleButton. This is because painting focus is handled by its border. When isBorderPainted is false, painting focus logic should be handled by its UI, MotifToggleButtonUI's paintFocus that does nothing currently.
For its fix, please see Bug#4129691(JButton) and Bug#4130798(JRadioButton).
bae-chul.kim@eng 1998-04-20
- relates to
-
JDK-6316684 JButtons should draw their focus on Windows XP
-
- Resolved
-
-
JDK-4129691 Motif,JButton:If paintBorder is false focus not painting though paintfocus true
-
- Closed
-
-
JDK-4915509 Focus not painted in JButton with no border in motif LAF
-
- Closed
-