RichFile JavaFX Editor

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?

+4
source share
1 answer

Tomas Mikula RichTextFX provides this functionality.

+6
source

All Articles