Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Text Alignment

I've used SWT since Jan, 2003 on MS2000 and Linux STK platforms
To right justify text box I used e.g
Text txt = new Text(parentWidget, SWT.SINGLE | SWT.RIGHT);
It worked only on MS-2000. Since I upgrade the latest Eclipse package
it didn't work any more on MS-2000
 
Any help ?
 
 

Back to the top