Search:

Type: Posts; User: Cornix

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,398

    Re: Problem with custom TransferHandler

    I made an MCVE for Stack-Overflow, I am going to post it here as well: (But it is huge)

    package pkg;

    import java.awt.KeyboardFocusManager;
    import java.awt.event.ActionEvent;
    import...
  2. Replies
    1
    Views
    1,398

    Problem with custom TransferHandler

    Hi there.

    I have a JTree and my own custom TreeModel implementation. I now want to add both Drag&Drop, as well as Copy, Cut & Paste support to my JTree.
    I've read, that I need to implement my own...
Results 1 to 2 of 2