CodeAreaFX is a text area for JavaFX with API to style ranges of text. It is intended as a base for rich-text editors and code editors with syntax highlighting.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
https://github.com/TomasMikula/CodeAreaFX
Download the pre-built "fat" JAR file and run
java -cp codearea-demos-fat-yyyymmdd.jar codearea.demo.JavaKeywords
gradle JavaKeywords
Download the pre-built "fat" JAR file and run
java -cp codearea-demos-fat-yyyymmdd.jar codearea.demo.RichText
gradle RichText
Source code of this demo is dedicated to the public domain.
GPLv2 with the Classpath Exception
API
Documentation
Downloads
Dropped
Features
Known
Issues
Java
8 Development Gotchas
原文:http://www.cnblogs.com/cuizhf/p/3537888.html