1516171819202122232425
super(); setLayout(new GridLayout(1, 1)); try { logStream = new LogStream(); System.setOut(logStream); add(logStream.getTextArea()); } catch(IOException e) { System.err.println("Could not create log stream."); }