I am using a JTextPane in my project, where i add some tags through code like [PKG MEDIA] etc.
I want to restrict user to copy and paste them in JTextPane.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
You should override To prevent paste you can add a |
|||
|
|
|
As hint work with Or you can also use : see docs |
|||
|
|
