Does JTextArea.copy() work?

A

Ahmed Moustafa

JTextArea.copy() does not put anything in the clipboard. Does it need
extra handling?

Thanks in advance,
 
B

Bungee

Ahmed Moustafa said:
JTextArea.copy() does not put anything in the clipboard. Does it need
extra handling?

Thanks in advance,


This should do:

JTextArea.selectAll();
JTextArea.copy();

Bungee
 
A

Ahmed Moustafa

JTextArea.copy() does not put anything in the clipboard. Does it need
This should do:

JTextArea.selectAll();
JTextArea.copy();

I forgot to mention it was a Java Web Start application.
I got the solution, I had to use the JNLP clipboard service.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,141
Latest member
BlissKeto
Top