I am developing a Java application with system tray. I am using SystemTray class avaiable on Java and png image for the icon. The image has transparent background and works fine on Windows and Mac, but the image is displayed with white background on linux.
Someone knows what's the problem and how can I fix it?
I searched a lot for it, but I didn't find a solution.