0
Javafx Alert on Linux.
I am testing the Javafx technology, but I have noticed some things that work well in windows but not in Linux. For example, the class javafx.scene.control.Alert, to display alert windows. In Windows the alert appears perfectly. In Linux, it appears tiny, with few pixels of width/height. And even using the setWidth and setHeight functions, it doesn’t solve. Has anyone noticed this kind of problem with Javafx on Linux?
Are you using openjdk? If so, try using Oracle JDK.
– Gustavo Fragoso
I realized that the problem is in Java 9. In Java version 8, the Alerts appear perfectly.
– Paulo Luvisoto
Gustavo, is the Oracle itself.
– Paulo Luvisoto