[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
|
- From: tariqkhalaf@xxxxxxxxx (Tariq Khalaf)
- Date: Wed, 12 Oct 2005 12:52:30 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: not organized
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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