!7 p { Panel panel = lanternaPanel(new GridLayout(2), new Label("Forename"), new TextBox(), new Label("Surname"), new TextBox(), new EmptySpace(new TerminalSize(0,0)), // Empty space underneath labels new Button("Submit") ); // Create window to hold the panel BasicWindow window = new BasicWindow(); window.setComponent(panel); lanternaShow(window); }