| [news.eclipse.platform.swt] Re: Color of SWT.Border |
While at it - how could I get hold of the native (themed) text border color?
Remove the border (SWT.NONE) and add a paint listener to draw the border your own.
Tom
Lars Vogel schrieb:Hi,
can I change the color of the border of a text field during runtime? firstName = new Text(parent, SWT.BORDER);
Best regards, Lars
-- Roland Tepp