Warning: session_start(): open(/var/lib/php/sessions/sess_safgk3agpkblfoaci6re3ihn7p, 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
!7
set flag LeanMode.
p {
installWebLAF();
swing {
JDesktopPane desktop = new JDesktopPane();
JFrame bigFrame = new JFrame();
bigFrame.add(desktop);
bigFrame.setBounds(0, 0, 500, 500);
bigFrame.setVisible(true);
JInternalFrame frame = new JInternalFrame("Resize me!", true, true, true);
frame.setBounds(100, 100, 300, 200);
frame.setVisible(true);
JTextArea textArea = new JTextArea();
textArea.setText(repLine(100, "abcabcabcabcabcabcabcabc"));
frame.getContentPane().add(new JScrollPane(textArea));
desktop.add(frame);
}
}