Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we use this library without fxml library? #616

Open
lvxingtu opened this issue Nov 25, 2020 · 2 comments
Open

Can we use this library without fxml library? #616

lvxingtu opened this issue Nov 25, 2020 · 2 comments

Comments

@lvxingtu
Copy link

lvxingtu commented Nov 25, 2020

Now fxml is a optional dependency for javafx, If I doesn't download fxml dependency, can I use this library safely?

@JhonnySalles
Copy link

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

@manuel-mauky
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants