Monday, January 16, 2012

I have a question about the jcombobox in java?

JComobox has attached ItemListeners that would fail you if we mess with the backend datastore. thus, you must use .setModel() and ComboBoxModel. You could send the runtime array to your custom Model and then setModel();

0 comments:

Post a Comment