Manual Positioning
Positioning on screen
public void initUI() {
// control, Positioning on the x axis, Positioning on the y axis)
add( new Label("Add a label for this screen"), CENTER, CENTER);
} add(control, x axis, y axis, width, length)
add(control, x axis, y axis, int width, int length, relativeControl)
add(control, x axis, y axis)
add(control, x axis, y axis, relativeControl)Positioning on the X axis
Positioning on the Y axis
Position with DP
Control size
Images



Last updated
Was this helpful?