I have a JTable, and what I want to do is, everytime the user is editing a cell, i want that cell to expand, and when it loses focus, to return to normal size, is that possible? Thanks in advance!
Asked
Active
Viewed 334 times
2
-
4[`TablePopupEditor`](http://stackoverflow.com/a/3591230/230513) is an appealing alternative. – trashgod Feb 20 '12 at 16:56
-
Umm looks like it is, I could use a textarea for the cell but it still gets cropped so it would be pointless. Thanks! – gosukiwi Feb 21 '12 at 01:24