SelectionListener « JTable « Java Swing Q&A





1. how do I get netbeans to generate the jtable selectionlistener ?    forums.netbeans.org

Hello. I've added a jTable to my NetBeans project, and I've successfully added data to the rows and columns of the jTable. However, I'm stumped about how to get NetBeans to generate the selectionlistener. Thank you for any help. Bob

2. JTable SelectionListener?    forums.oracle.com

Okay so I have 5 combo boxes, and only 1 is enabled to start with. When you make a selection in that first combo box it populates a JTable with the appropriate data based on the selection. Than I want the user to select the row in the JTable and it will enable the other 4 JComboBoxes and load the data ...