posted 14 years ago
Hello.
I have a JTable with a cell that contains another JTable. I can edit both. When I edit the inner table and click in the outer, the inner table is away. I think the reason is, that the method public Object getCellEditorValue() of my custom cell editor always returns a JTextField. Right? I have no ideas anymore. How can I solve that? Here is a running example: