florian-beetz / jabref

Graphical Java application for managing BibTeX and BibLaTeX (.bib) databases
https://www.jabref.org
MIT License
0 stars 0 forks source link

JabRef accesses javafx.scene.control reflectively #9

Open florian-beetz opened 6 years ago

florian-beetz commented 6 years ago

JabRef accesses the package javafx.scene.control of the module javafx.controls reflectively.

This access needs to be removed.

temporary workaround: java [...] --add-opens javafx.controls/javafx.scene.control=org.jabref [...]

florian-beetz commented 6 years ago

The problem here seems to be only org.jabref.gui.maintable.SmartConstrainedResizePolicy.