-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
generic
-
generic
Name: krT82822 Date: 01/14/99
When removeAllItems() is called on a JComboBox before it has anything added to it, it will throw an IndexOutOfBoundsException. I believe it should
simply not do anything (like trying to remove() a component from a container when the container doesn't contain that parent).
This happened to me in this case:
I read an INI file and parse another file based on info in the ini file, popuplating the JCBox with data from the second file. The user can then later
select a different file to pull data from. To save me code, I use the same method to populate the JCBox. Necesarrily, I call removeAllItems() in that
method(). I've got to try/catch it because of the first time I run through method, JCBox has no data.
(Review ID: 52642)
======================================================================
- duplicates
-
JDK-4167850 (DLSM bug?) JComboBox.removeAllItems execptions on empty list
-
- Resolved
-