I'm out of ideas. I currently have a JComboBox set up but it doesn't seem to want to list more than one item (even when there's more than one).
What I did was create an applet that recieves input. Since I seem to have errors initializing a JComboBox with an empty array I've used the default constructor and whenever a new record is entered I simply use the .addItem("BLAH"
to update the combobox. However, no matter how many items I put in.. it only displays one item. Does anyone know why?
Thanks.
T
What I did was create an applet that recieves input. Since I seem to have errors initializing a JComboBox with an empty array I've used the default constructor and whenever a new record is entered I simply use the .addItem("BLAH"
Thanks.
T