Can anyone explain what is needed in order to allow drag and drop within a JTable? I've searched online and found some help
links, but I'm still unclear about the following:
Does my table model need to implement a specific interface?Do I need to provide a re-implemented TransferHandler to the JTable? If yes, which of the methods of the TransferHandler must I override?
Thanks.