so as I work through everything, it seems I keep o...
# tornadofx
s
so as I work through everything, it seems I keep on getting these kind of issues:
Copy code
java.lang.reflect.InaccessibleObjectException: Unable to make field private double javafx.scene.control.TableView.contentWidth accessible: module javafx.controls does not "opens javafx.scene.control" to module tornadofx
I can happily solve them one by one as they appear, but I'm not sure I'm doing things the right way Edit: Actually that one it seems I can't solve from my
module-info.java
file