posted 13 years ago
Hi,
The editor works very well when I use it in the class that you designed; but when I use it inside my own class it just turns the string cells completelly uneditable. Could you please take a look at my code? I t might have to do with the fact that tha JTable class is a separate class thate xtneds ABstractTableModel; while the editor is in the TableEditor class.
dbtable = new DatabaseT();
table = new JTable(dbtable);
Thank you;
Giuseppa