Gradient « Menu « Java Swing Q&A





1. Having gradient background of system tray context menu    stackoverflow.com

I am developing desktop application in java.On start up my application runs from system tray.But the system tray's context menu is having standard look and feel according to OS.I want to ...

2. JMenuBar showing gradient background on Mac -- how to disable?    coderanch.com

JMenuBar on Mac OS adds a gradient, which I don't want. See the simple example below. (Note, the gradient is very subtle. Using Mac OS's DigitalColorMeter utility, you can detect it.) Does anyone know how I can get rid of it. No matter what I set the background color to, it adds this subtle gradient on top of it. UIManager.get("MenuBar.gradient") returns ...