Warning: session_start(): open(/var/lib/php/sessions/sess_e7olvugp4q6i4iu6d5ej798ifa, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!747
!actionListener {
!721 // thread {
!x1000805 // awt {
main {
static LogView logView;
!include #1000815 // LogView
psvm {
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");
}
}