-
Sub-task
-
Resolution: Fixed
-
P4
-
21
-
b22
Spotted during the review of JDK-8305321
Many classes implement an initIDs method that is only implemented on some platforms and empty on others. However, after the removal of Solaris support, some initIDs methods are empty on all supported platforms:
java.awt.TextField
j.a.FileDialog
j.a.Button
j.a.Rectangle
j.a.KeyboardFocusManager
j.a.Color (last implementation removed inJDK-8305321)
Many classes implement an initIDs method that is only implemented on some platforms and empty on others. However, after the removal of Solaris support, some initIDs methods are empty on all supported platforms:
java.awt.TextField
j.a.FileDialog
j.a.Button
j.a.Rectangle
j.a.KeyboardFocusManager
j.a.Color (last implementation removed in