paulbradley
Programmer
Sounds basic but when I write
tN = new TextField("1");
tN.setAlignment(CENTER);
I get "cannot find symbol" error, despite the JAVA Api says I should be able to.
Any ideas for center alignment of text field? Thanks.
tN = new TextField("1");
tN.setAlignment(CENTER);
I get "cannot find symbol" error, despite the JAVA Api says I should be able to.
Any ideas for center alignment of text field? Thanks.