Here is the error message, it occurs when trying to create a new SpreadsheetView()
:
Caused by: java.lang.IllegalAccessError: class org.controlsfx.control.spreadsheet.GridBase (in module org.controlsfx.controls) cannot access class com.sun.javafx.event.EventHandlerManager (in module javafx.base) because module javafx.base does not export com.sun.javafx.event to module org.controlsfx.controls
I looked at another stack overflow post here, but it does not solve the problem.
I am using maven as the build tool, so would like to be able to add something to the pom.xml file. I'm using java 17, javaFx 17, controlsFx 11.1.1. To create the project I used IntelliJ's generator for a javafx project.
Does anyone have a working example of SpreadsheetView? or a way to make this work?