| Author |
setting text alignment in a TextField
|
MervinMel Welsh
Greenhorn
Joined: Nov 20, 2003
Posts: 1
|
|
|
How can I set the Alignment of the text inside a TextField, but withou using Swing?
|
 |
Wayne L Johnson
Ranch Hand
Joined: Sep 03, 2003
Posts: 399
|
|
|
I don't believe you have that ability when using AWT. You can set the alignment of a java.awt.Label when you create it, but not with a java.awt.TextField.
|
 |
 |
|
|
subject: setting text alignment in a TextField
|
|
|