-
Bug
-
Resolution: Duplicate
-
P4
-
6
-
x86
-
windows_xp
See attached screenshots, they show how application looks when running with native look and feel (Windows XP L&F) on Windows XP. Attached is also the application, you can run it by 'java -cp dist/JDKTestApp.jar jdktestapp.TestFrame[1,2]'.
L&F was set by call UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()) while application was running on Windows XP with "Windows XP Style".
Setting different color Scheme for windows resulted in little bit different colors but results were still there. Screenshots are taken with color scheme Silver.
This bug is not visible when running on different L&Fs.
L&F was set by call UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()) while application was running on Windows XP with "Windows XP Style".
Setting different color Scheme for windows resulted in little bit different colors but results were still there. Screenshots are taken with color scheme Silver.
This bug is not visible when running on different L&Fs.
- duplicates
-
JDK-6418117 REGRESSION: Background of JToolBar can't be modified under XP look and feel
- Resolved
- relates to
-
JDK-6434931 Usage of background colors and setOpaque(true) is confusing and inconsistent.
- Open