Skip to content

Instantly share code, notes, and snippets.

@zaenk
zaenk / java-oddities.md
Last active May 1, 2019 06:59
Mission Impossible: Java

Mission Impossible: Java

This gist is just a friendly reminder, mostly for me, about stuff that just don't work in Java. I've spent some (lots of) precious hours trying make it work,

AWT, Swing

  • java.awt.SystemTray with javax.swing.JPopupMenu
    • While not impossible, no matter how hard you try, it will never work on all platform properly. Just stick with the default, ugly one.
  • Changing the font of java.awt.MenuItem