disabling paste option for textfield
how to disable only ctrl+v option for a textfield.?
how to disable only ctrl+v option for a textfield.?
http://forum.java.sun.com/thread.jspa?threadID=768569
Read that thread. make sure you find reply #7 which has a very effective solution.
Thanx for the link.
However, i'm working on swt components.
I've applied Verfify Keylistener, but i'm not able to stop ctrl+v activity.
> Thanx for the link.
> However, i'm working on swt components.
Same principle applies I suppose. Note that SWT might be better discussed in an SWT forum, since it's not part of the standard Java libs.
> I've applied Verfify Keylistener, but i'm not able to
> stop ctrl+v activity.
You also won't stop CTRL+INS activity or insertion by mouse context menu... listeners aren't really the best approach.