How to enable only copy

Hi,I want users to be only able to copy from my textpane, I started reading about keylistener and carretlistener and got confused, I would thank some guidance to the right way.Noa
[200 byte] By [Noaa] at [2007-11-26 18:09:48]
# 1
could you be a bit more clear please, dont understand what you are trying to do.
grilleda at 2007-7-9 5:41:52 > top of Java-index,Desktop,Core GUI APIs...
# 2
i want my textpane to behave like published posts- you can only copy text written in it.
Noaa at 2007-7-9 5:41:52 > top of Java-index,Desktop,Core GUI APIs...
# 3
never mindI wasn't concentrated - setEditable(false);setEnabled(true);
Noaa at 2007-7-9 5:41:52 > top of Java-index,Desktop,Core GUI APIs...