aspose file tools
The moose likes Swing / AWT / SWT and the fly likes combobox query Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "combobox query" Watch "combobox query" New topic
Author

combobox query

supriya acharya
Greenhorn

Joined: Jan 26, 2009
Posts: 28
Hello

I am adding item in one combo box and ther is another combo box in which same item is added simultaneously and i have written itemlistener to 2nd combo box..but when i am adding item to that combo box it is going in statechanged function though it is not changing its state..is adding an item to the combo box indicates state change???

here is my code

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: combobox query
 
Similar Threads
Adding components dynamically to a nested JPanel
when select combo value how change value in other text fields
differentiate between combo box
Need help in Joining 3 combo boxes
weird thing happening with JComboBox