Problem with Javafx on Linux

Asked

Viewed 43 times

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.

  • 1

    I realized that the problem is in Java 9. In Java version 8, the Alerts appear perfectly.

  • Gustavo, is the Oracle itself.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.