107108109110111112113
return editArea; } public static JXEditTextArea createGroovyEditor() { return new JXEditTextArea( new GroovyTokenMarker() ); }