DyspC / LyricsPrimer

MIT License
0 stars 0 forks source link

JavaFX migration #5

Open DyspC opened 3 years ago

DyspC commented 3 years ago

WIP

DyspC commented 3 years ago

This fixes #2 but JavaFx adds platform dependent behaviours I didn't expect on a JVM based project, making a single jar dist of the primer thrice the size it had with javax.swing.

Besides the resulting jar does not run on double click (?), I read some things saying it's because Java9+ no longer ships a JRE (??) but I was already building and using the javax.swing client with Java 11 and I should have seen issues there too if this was the cause (???)