https://bugs.kde.org/show_bug.cgi?id=358328
bjoe...@arcor.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bjoe...@arcor.de --- Comment #12 from bjoe...@arcor.de --- Here is a small Java example. The context menu is not displayed: Tray Icon Demo https://docs.oracle.com/javase/tutorial/uiswing/examples/misc/index.html#TrayIconDemo (To fix the warning, please enable metal instead of Windows LaF in ./src/misc/TrayIconDemo.java: [...] //UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel"); UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel"); [...] ) -- You are receiving this mail because: You are watching all bug changes.