You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Ugly UI on GTK+ Look and Feel with Java 11

Java 11 uses Gnome 3 Libraries by default for rendering. Causing ugly UI rendering on GTK+ Look and Feel.

You might also want to improve the font rendering on Java 11

Solution:

  1. If you would like to keep using Gnome 3, then you need to change the Look and Feel, Nimbus or Darcula are looking great,
  2. Add -J-Djdk.gtk.version=2.2 to your command line or to your (netbeans.cfg)
  • No labels