User can add Item in JComboBox list ??
Hi all friends,
I have developed one swing client interface on that interface i have added JComboBox,Now I want to give facility to user so that they can add more item in JComboBox list because it's my client requirement, for that I have provided one JTextField and one "Save" button on my swing client interface,Now I want that when user write more item in textfield and click on Save button that item should save in my String array list of JComboBox and user can see that item in the list of JComboBox.Can any one please guide me how I can do that.Any help will be highly appreciated.
Thanks & Regards
Bikash
|