How to ban popup menu on right click inTextField or in TextArea

Love ..................when i use setEditable false for TextArea , not able to stop popup menu to display , How can i get this.
[155 byte] By [shahidjava] at [2007-9-26 4:05:26]
# 1
you have to do that in the eventhandler you are using to pop up the window. there you must control the textarea is editable (isEditable() or not, when not then do not show the popup
swingfreak at 2007-6-29 13:04:48 > top of Java-index,Desktop,Core GUI APIs...