Drag and Drop unit test
I already know [how to make a unit test for swing components copy/paste|http://forums.sun.com/thread.jspa?messageID=10847766�] .
But now I need to know how make unit tests for drag and drop (in a JTable), to make sure that when the target cell's component is not replaced the origin cell's component is not remover on exportDone().
Any idea?
Edited by: wellington7 on Oct 26, 2009 6:10 AM