JDK-6468692 : Background Color of JProgressBar can't be modified under winxp look and feel.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6,6u23
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic,windows_xp
  • CPU: generic,x86
  • Submitted: 2006-09-08
  • Updated: 2010-10-20
  • Resolved: 2006-09-08
Related Reports
Duplicate :  
Description
Bug Info:
=========
I applied a background color for vertical and horizontal progress bars and I switched to different look and feels(metal/motif/gtk/winxp).I can able to see the applied background in all the look and feels except winxp look and feel.

JDK Info:
=========
java version "1.6.0-rc"
Java(TM) SE Runtime Environment (build 1.6.0-rc-b98)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b98, mixed mode)

It can be reproducible with 1.5.0_08 b03 also.

Steps to Reproduce:
===================
1. Download the attached java file.
2.  Execute the java file.
3. Switches to different look and feels using look and feel menu.

Expected Results:
=================
The background color of horizontal and vertical progress bars should be green and blue.

Actual Results:
===============
The background color of horizontal and vertical progress bars is not showing green and blue in winxp look and feel but all other look and feel i can able to see.


Please find the attached java file and images.
Swing_JProgressbar/Manual/ProgressBarBackground test in the functional ws is failing

Comments
EVALUATION Covered under 6434931.
08-09-2006