I have a Textfield
TextField field = new TextField("Surname");
The caption “Surname” is on top of the Textfield.
How can i set the captiion “Surname” with javacode on the left side?
I have a Textfield
TextField field = new TextField("Surname");
The caption “Surname” is on top of the Textfield.
How can i set the captiion “Surname” with javacode on the left side?
It depends on the layout, try FormLayout.
thanks