Search:

Type: Posts; User: pbpersson

Search: Search took 0.09 seconds.

  1. Re: Cannot get TransferHandler to work in Swing

    This has been solved, in the code listed below I was missing the first line. It is working fine now.

    <CODE>
    MyTransferHandler = new FileDropHandler();
    ...
  2. Cannot get TransferHandler to work in Swing

    I have created a Swing application and I'm trying to configure Drag and Drop support for a JTextArea. There are two capabilities I need for this object, I want it to accept text pasted into it from...
Results 1 to 2 of 2