T
tiewknvc9
Hi thanks for reading.
Im trying to write some code that will allow me to click on a jtable's
row, and drag it to another location on that same jtable, and drop it
into place.
I extended the jtable class and tried this in it's new constructor:
//drag and drop
this.setDragEnabled(true);
this.setTransferHandler(new TransferHandler("RowMe"));
this doesn't seem to do anything... any ideas?
Im trying to write some code that will allow me to click on a jtable's
row, and drag it to another location on that same jtable, and drop it
into place.
I extended the jtable class and tried this in it's new constructor:
//drag and drop
this.setDragEnabled(true);
this.setTransferHandler(new TransferHandler("RowMe"));
this doesn't seem to do anything... any ideas?