I need a component for editing large stylized texts and swinging JEditorPane works fine. How can I implement features like JEditorPane in JavaFX 8? I read about several options:
- using the WebView control to port any JavaScript editor
- using TextFlow and Text nodes
but I don’t have much enthusiasm for both approaches. Is there another way?
source
share