You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe it is necessary to be downloading and adding javafx in to your project, I use java 11 and because of that I also need to export and open javafx to jfoenix in vm options
It's possible to use mvvmFX without FXML files but I'm not sure if it works without the dependency.
The library itself is not using the module system (there is no module-info).
The code to load FXML bases views and java-code based views is separated into different classes so I think it should work during runtime but I haven't tested it.
Now fxml is a optional dependency for javafx, If I doesn't download fxml dependency, can I use this library safely?
The text was updated successfully, but these errors were encountered: