I am looking for a replacement for the HTML editor used in a Swing application based on JavaFX.
As far as I can see, there are two possible options: 1) Use the JavaFX HTML editor. Although this is pretty good for the functions that it has, it still lacks a few other functions (for example, insert an image, insert a table, manipulate an image or table, etc.). I also want to include other features such as spell checking and the ability to support custom tags. 2) Use the JavaFX WebView component and use a built-in editor such as TinyMCE.
So what would be the best option? Has anyone improved the JavaFX HTML file editor? Are there any "gotchas" with the second option? Is there a third option that I should consider?
Avrom source
share