!747 !actionListener { !721 // thread { !x1000805 // awt { main { static LogView logView; !include #1000815 // LogView psvm { awt { JFrame frame = new JFrame("LogView Test"); logView = new LogView; logView.println("Hello Agnes"); //logView.println("Hello Julia"); frame.add(logView); frame.setBounds(100, 100, 500, 400); print("Showing"); frame.setVisible(true); exitOnFrameClose(frame); print("Done showing"); logView.println("Hello Julia"); print("yup"); } } }