-
Bug
-
Resolution: Fixed
-
P3
-
1.1.6, 1.2.0
-
None
-
swing1.1
-
generic, x86, sparc
-
generic, solaris_2.6, windows_nt
Changing the model of an empty JComboBox causes an IllegalArgumentException, because BasicComboPopup$PropertyChangeHandler.propertyChange() calls JComboBox.setSelectedIndex(0). That does not work because the JComboBox is empty. Testcase can be found under attachments.
- duplicates
-
JDK-4160409 FileChooser class doesn't work with Motif lookandfeel.
- Closed
-
JDK-4156320 FileChooserDemo swing1.1beta throws exceptions changing to Motif
- Closed