Now, to make this appear when right-clicking. Any idea how I can achieve that?

  • MonkderZweite@feddit.ch
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    6 months ago

    Btw:

    # convince Java-Apps to use desktop theme and nice font rendering
    export _JAVA_OPTIONS="$_JAVA_OPTIONS \
    	-Dawt.useSystemAAFontSettings=on \
    	-Dswing.aatext=true \
    	-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel \
    	-Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
    
    • Aatube@kbin.social
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      6 months ago

      They use JavaFX, not swing, and AFAIK JavaFX doesn’t even have a bundled Windows look. Never knew Swing had a GTK look though, that’s nice.