-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
1.2.2
-
sparc
-
solaris_2.6
In the javadoc for the LookAndFeel class, there is is a method specified named "initialize()" which is supposed to get called on all LookAndFeels before any other action occurs. This does not happen for Auxiliary Look and Feels.
Also, in the javadoc for the LookAndFeel class, there is is a method specified named "uninitialize()" which is supposed to get called on all LookAndFeels during removal of the specified LookAndFeel. This does not happen for Auxiliary Look and Feels.
Also, in the javadoc for the LookAndFeel class, there is is a method specified named "uninitialize()" which is supposed to get called on all LookAndFeels during removal of the specified LookAndFeel. This does not happen for Auxiliary Look and Feels.
- relates to
-
JDK-4234006 Auxiliary L&Fs loaded through swing.properties are never "initialize"d
- Resolved