verticalAlignment
Sets where a component's content sits along its height, when it is given more height than it needs.
Applies to labels and to everything built on a button. A text field draws its single line centered and offers no vertical alignment of its own.
Return
this chain with the vertical alignment declared on it.
Parameters
alignment
a VerticalAlignment SwingConstants value; any other value is refused with an IllegalArgumentException.