-
Bug
-
Resolution: Fixed
-
P3
-
15, 16, 17
-
b15
The current state of specification for
https://docs.oracle.com/en/java/javase/15/docs/api/java.desktop/javax/swing/JComponent.html#setDefaultLocale(java.util.Locale)
doesn't mention anything about passing 'null' as a new default locale.
In fact for OpenJDK implementation passing 'null' restores the default VM's locale for newly created JComponents.
https://docs.oracle.com/en/java/javase/15/docs/api/java.desktop/javax/swing/JComponent.html#setDefaultLocale(java.util.Locale)
doesn't mention anything about passing 'null' as a new default locale.
In fact for OpenJDK implementation passing 'null' restores the default VM's locale for newly created JComponents.
- clones
-
JDK-8263472 Specification of JComponent::updateUI should document that the default implementation does nothing
-
- Resolved
-
- is cloned by
-
JDK-8264398 BevelBorderUIResource​(int, Color, Color) and BevelBoder(int, Color, Color) spec should clarify about usage of highlight and shadow color
-
- Resolved
-