Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
TextArea contains context menu. I'd expect it to be available through contextMenu property so it is possible to customize its items. However, the property is null if not set and the following weird double menus appear if you set your own context menu. TextArea textArea = new TextArea(); textArea.setContextMenu(contextMenu);
|