JavaFX in the editor
Hi all,
Is there a way of using JavaFX components in UI component cells of the editor? I was thinking using Webview components with embedded html5/javascript to add new functionality like drag and drop nodes in the editor. Thanks for any help.
Please sign in to leave a comment.
Technically, when designing your concept editor, you can insert a swing component cell type. This allows you to show a custom JComponent for the cell. If you create and return a JFXPanel then you should be able to use JavaFX in there. I have not tried that though.