JDK-6670475 : GrayBoxPainter's control over gray box background color is broken
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-03-03
  • Updated: 2010-09-08
  • Resolved: 2008-06-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10 b21Fixed
Related Reports
Relates :  
Description
The "boxbgcolor" parameter to the GrayBoxPainter is being ignored due to bugs in the code. It is unclear how long it has been broken, but this prevents developers from having firm control over the look of their applet deployments, in particular while the applet is being downloaded. There are also problems with the boxfgcolor specification, in particular where it does not apply to the error message's text if an error occurred while the applet was being loaded.

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/deployment_data/6u10/6670475.1 testcase: http://j2se.east.sun.com/deployment/www/tests/1.6.0_10/6670475
05-03-2008

EVALUATION Made GrayBoxPainter and ErrorPanel pay attention to both the gray box background and foreground colors. Left the AnimationPanel (the orange Sun "S" animation) alone based on feedback from ###@###.### that the UE team had previously requested that these color selections not affect it.
05-03-2008