Replies: 4 comments 2 replies
-
Since a web interface is available and usable in both desktop and server modes there is also the possibility to just open a web browser locally making the native java interface redundant. Some open source projects decided that to focus their efforts and have a native client that is just opening a browser underneath. |
Beta Was this translation helpful? Give feedback.
-
That's the next step indeed, but users need to be convinced first |
Beta Was this translation helpful? Give feedback.
-
By the way, kudos for having a project where I can just load the Gradle model on intelij and start the application using jrmfx run. |
Beta Was this translation helpful? Give feedback.
-
As suggested by @fuentesjuan, I finally made a discord server for JRomManager! Here is the link : |
Beta Was this translation helpful? Give feedback.
-
Now that 2.5.1 has been released and seems pretty stable, it's time to think about the next major update, so here is my "to be completed" plan
Switch to Java 17
Now that Java 17 is out, this is the new LTS release, so that's time to switch from Java 11 to Java 17
Use JavaFX as desktop version interface
Swing has not evolved since 2008, JavaFX is considered as the replacement, even if JavaFX is not bundled with JDK package like Swing... I think it's time to switch to a more modern user interface, and because of that JRomManager v3.0 will get a major interface rewrite using JavaFX 17
Replace ZipFileSystem with Zip4J
The current JDK ZipFileSystem implementation has some major drawbacks:
For these reasons I plan to replace the ZipFileSystem with Zip4J
Beta Was this translation helpful? Give feedback.
All reactions