[CDE] In CDE GUI, the border of some tables and combobox is not visible
------------------------------------------------------------------------
Key: UIMA-933
URL: https://issues.apache.org/jira/browse/UIMA-933
Project: UIMA
Issue Type: Improvement
Components: Eclipse plugins
Affects Versions: 2.2.2
Environment: Windows and Linux
Reporter: Tong Fin
Priority: Trivial
Fix For: 2.2.2
The border of CCombo and TableTree's widgets is not visible in the CDE GUI
(same problem for Windows and Linux platforms).
The reason is that these widgets are not "directly" supported by FormToolkit.
To make the border visible, one way is to use the following setting:
widget.setData(FormToolkit.KEY_DRAW_BORDER, FormToolkit.TREE_BORDER);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.