I have an application that I can launch with two differents versions of java:
- with 8u45, my application get shade of blue
- with 8u171, my application get shade of white
I checked the lookandfile init in the application but it doesn't seem to affect this behaviour.
I use Swing and Jide 3.6.0 librairy
Has someone an idea why this behavior is happening when I upgrade java version from 8u45 to 8u171 ?
Thanks for your help :)
Edit :
The application is running on Windows.
I use com.sun.java.swing.plaf.windows.WindowsLookAndFeel, given by UIManager.getLookAndFeel()