JTable
843804Jan 9 2005 — edited Jan 9 2005I have implemented drag and drop with a JTable, and it works great if there is already a row in the table. I am using JTable.setTransferHander to handle it all. When i attempt to drop into the JTable and there are no rows in it it wont let me drop and that icon with the red circle with the line through it appears.
Any ideas?
Thanks