Table « JComboBox « Java Swing Q&A





1. Combobox in Table    coderanch.com

I want to have a combobox in table.... where is the value (items) is different depends on the value of other cell in the table in same row.... i didn't know where i can put the code.. i have been placed the code in event comboPopupMenuWillBecomeVisible this is the code: combo.removeAllItems(); combo.addItem("PCS"); combo.addPopupMenuListener(new javax.swing.event.PopupMenuListener() { public void popupMenuCanceled(javax.swing.event.PopupMenuEvent evt) { } ...

2. combobox ,how to get it from Table    coderanch.com

3. Joined tables and JCombobox    coderanch.com