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
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
I got the following error : java.lang.reflect.InaccessibleObjectException: Unable to make protected javafx.collections.ObservableList javafx.scene.Parent.getChildren() accessible: module javafx.graphics does not "opens javafx.scene" to unnamed module @33e214c3
When I delete the item's the app runs well. What is going wrong with the ListMenu ?
The text was updated successfully, but these errors were encountered:
Hello, I am finding issues using ListMenu. Here's my code :
I got the following error :
java.lang.reflect.InaccessibleObjectException: Unable to make protected javafx.collections.ObservableList javafx.scene.Parent.getChildren() accessible: module javafx.graphics does not "opens javafx.scene" to unnamed module @33e214c3
When I delete the
item
's the app runs well. What is going wrong with the ListMenu ?The text was updated successfully, but these errors were encountered: