[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Text Alignment in Text Field at run-time

Hello,

Is there any way to change alignment of text in a text widget at run-time?
Text text = new Text(composite, SWT.RIGHT);

make it: SWT.LEFT at runtime?

Thanks

Tariq