MutableComboboxModel in Netbeans IDE




Hello.

I need to use a combobox in which I have to add or remove items. To remove
items, I need to implement MutableComboboxModel; since I designed the UI in
the Netbeans IDE, I must'nt modify the code it generated.

How can I tell Netbeans that my combobox implements MutableComboboxModel?

Thanks.

--
Fabrice DELENTE
.



Relevant Pages

  • Re: Newbie : Post #2
    ... setSelectedItem... ... > Still trying to get a grip on Java and recently started using NetBeans IDE ... > Doesn't setSeletedItem return the text of item in my combobox? ... > can I simply assign that in the setText method of the textfield? ...
    (comp.lang.java.help)
  • Newbie : Post #2
    ... Still trying to get a grip on Java and recently started using NetBeans IDE ... to create my GUI portion of the app. ... Doesn't setSeletedItem return the text of item in my combobox? ... can I simply assign that in the setText method of the textfield? ...
    (comp.lang.java.help)