fujaba / fulibFx

A framework for JavaFX applications that is designed for MVC pattern projects.
https://fujaba.github.io/fulibFx/
MIT License
2 stars 0 forks source link

Catch inaccessible object error in reflection utils #96

Closed LeStegii closed 4 months ago

LeStegii commented 4 months ago

Catch inaccessible object error in reflection utils. This doesn't really fix the issue when using ./gradlew run but displays the correct error message instead of just not compiling the application.

Closes #95