Borrar OUTPUT de NetBeans

Run Settings
LanguageJava
Language Version
Run Command
class Main { public static void main(String[] args) { System.out.println("Hello World!"); try { java.awt.Robot pressbot = new java.awt.Robot(); pressbot.keyPress(17); // Holds CTRL key. pressbot.keyPress(76); // Holds L key. pressbot.keyRelease(17); // Releases CTRL key. pressbot.keyRelease(76); // Releases L key. } catch (java.awt.AWTException e) { System.out.println(e); } } }
Editor Settings
Theme
Key bindings
Full width
Lines