DNB5brims
DNB5brims

Reputation: 30598

How to allow the java jTextPane accept dragging an external file?

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

Answers (1)

Stephan
Stephan

Reputation: 4443

You can do it using the Swing Drag and Drop support.

Have a look at this question.

Upvotes: 1

Related Questions