JDK-6468722 : Background Color of JToggleButton can't be modified under winxp look and feel.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-09-08
  • Updated: 2010-04-02
  • Resolved: 2006-09-08
Related Reports
Duplicate :  
Description
Bug Info:
=========
Applied background color is not effecting for toggle button in winxp look and feel.But it effecting in windows classic look and feel.

I expected the background which i set, should show in winxp look and feel.
I got the exact expected behavior in windows classic look and feel whenever i switched to windows classic 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 attached the attached java file.
2. Launch the application on winxp machine.

Expected Results:
=================
The background color should be blue color.

Actual results:
===============
Its shows the default xp look and feel background.

Comments
EVALUATION Covered under 6434931.
08-09-2006