Custom deletion Container for Transferable and Transferhandler on JList
问题 I tried to fix this issue for the past week but somehow I cant seem to find a solution. There is not a lot of information about this topic so its hard to find examples or code to look at. What I have here is a JList which uses a custom TransferHandler that creates a custom Transferable, for reference here's the code of the involved classes: Transferable: package org.dinhware.swing.special; import java.awt.datatransfer.DataFlavor; import java.awt.datatransfer.Transferable; import java.awt