!7 sS background = #1009931; static JDesktopPane desktop; static JTextField lblInput; p-noconsole { autoRestart(5); desktop = jTiledBackgroundDesktopPane(background); autoFixDesktopPane(desktop); cleanExitOnFrameClose(showMaximizedFrame(desktop)); final JInternalFrame f = showCenteredInternalFrame(desktop, "Hello", 700, 150, setFontSize(20, lblInput = jcenteredtextfield("Find me some stuff"))); packInternalFrameVertically(f); centerInternalFrame(f); swing { f.setLocation(f.getX(), 40); } }