Problem with JavaFX on Linux

0

JavaFX Alert on Linux.

I'm testing JavaFX technology, but I've noticed some things that work fine on windows but not on Linux. For example, the class javafx.scene.control.Alert, to display alert windows. In Windows the alert appears perfectly. Already in Linux, it appears tiny, with few pixels in width / height. And even using the setWidth and setHeight functions, it does not. Has anyone noticed this kind of problem with JavaFX on Linux?

    
asked by anonymous 07.02.2018 / 21:53

0 answers