Try to support java11+, modify it to a modular project#27
Try to support java11+, modify it to a modular project#27leewyatt wants to merge 6 commits intogoxr3plus:masterfrom
Conversation
|
Considering that there are still many users in Java8. It may be necessary to open a new branch to support users using java11+, which may be a good choice. |
|
This is a huge update , it takes time for me to check all :) . By the way i am using Fx-BorderlessScene with my JavaFX project https://github.com/goxr3plus/XR3Player which is using Java 20 and it works perfectly ... |
|
Hi, Some developers do not prefer to use FXML for creating UI and would rather not import or rely on the FXML module. This is personally why I think an update might be useful. Of course, the decision to update lies with you. |
Hello
Thank you for writing this project very useful;
In order to support java11 and above versions, I tried to modify the project;
Note: Because java9+ supports modularization, in order to reduce dependent modules, I made the following attempts;
My English is not good. I used translation software to translate the above content. I hope the translation software can express my meaning clearly;
Thank you