- the text box should be readonly as in swing
This commit is contained in:
Heng Sin Low 2009-12-14 05:37:18 +00:00
parent 2a72cf6b6b
commit 6db1d10b71
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ public class WPAttributeEditor extends WEditor implements ContextMenuListener
{ {
WFieldRecordInfo.addMenu(popupMenu); WFieldRecordInfo.addMenu(popupMenu);
} }
getComponent().getTextbox().setReadonly(true);
} }
@Override @Override