use of org.fxmisc.richtext.CodeArea in project Gargoyle by callakrsos.
the class SimpleTextView method initialize.
@FXML public void initialize() { codeArea = new CodeArea(); initHelpers(); initGraphics(); }
Aggregations
UseOf