Warning: session_start(): open(/var/lib/php/sessions/sess_h8danqu5757mgh0tqqqasgeti4, 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
lib 1013041 // RSyntaxTextArea
import org.fife.ui.rtextarea.*;
import org.fife.ui.rsyntaxtextarea.*;
p-substance {
RSyntaxTextArea textArea = new RSyntaxTextArea(20, 60);
textArea.setSyntaxEditingStyle(SyntaxConstants.SYNTAX_STYLE_JAVA);
textArea.setCodeFoldingEnabled(true);
textArea.setTabSize(2);
textArea.setTabsEmulated(true); // Spaces are MUCH better
RTextScrollPane sp = new RTextScrollPane(textArea);
showFrame(sp);
}