Vaadin 12: TextField with Caption on 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