Reputation: 30598
I googled about drag and drop example, but I only found that application drag and drop via the application internally, but I would like to drag and external file on the jTextPane... How can I do so? Thanks.
Upvotes: 0
Views: 940
Reputation: 4443
You can do it using the Swing Drag and Drop support.
Have a look at this question.
Upvotes: 1