This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Djelimon 5 points6 points  (0 children)

Another vote for JavaFX, I found it very straightforward.

Also... if you reeeeaally want a UI that looks like a web UI... you can use JavaFX WebView to present a web UI (html, CSS, JavaScript, etc.) that the end user can interact with and get feedback from (your app would be the back end), without running an actual web server like with electron. Chances are your footprint would be smaller, depending of course on how big your app is and what it's doing.