HanSolo / medusa

A JavaFX library for Gauges
Apache License 2.0
687 stars 129 forks source link

Can't find module #221

Open niangaonb opened 1 year ago

niangaonb commented 1 year ago

I added this package to my Gradle, but I had some problems writing module-info. I didn't have any problem adding "eu.hansolo.medusa". But as soon as I add "eu.hansolo.toolbox" or "eu.hansolo.toolboxfx" will say "module not in dependencies". But I added to my program When you have a clock in your package, the runtime displays the error: "Module not found: eu.hansolo.toolboxfx Error: Module not found: eu.hansolo.toolbox". Thanks for answering.

HanSolo commented 1 year ago

Created a simple project that should hopefully make it clear how to use it, please find it here: FX Demos

niangaonb commented 1 year ago

Thank you!