View Single Post
  #1 (permalink)  
Old 05-19-2008, 10:37 PM
datechie datechie is offline
Member
 
Join Date: May 2008
Posts: 2
datechie is on a distinguished road
Making a Table Row with JPanel Composed of JTextField and JComboBox Selectable
When populating a table row with cells made up of cell editor containg a JPanel composed of JTextField and JComboBox, I am unable to select the row. I can select a cell and do some editing in the JTextField and JComboBox, but I am unable to delete the row because the rowSelectionListener callback is not fired when clicking on the row Can someone please help? Any help is appreciated!
Reply With Quote
Sponsored Links