-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
beta
-
generic
-
generic
Name: krT82822 Date: 03/11/2000
11 Mar 2000, eval1127@eng -- need the L&F/Theme "control" color, not (necessarily) the
color of the enclosing desktop pane.
-----------------------
java version "1.3.0rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc1-T)
Java HotSpot(TM) Client VM (build 1.3.0rc1-S, mixed mode)
In JDK 1.3 RC1, by fixing bug# 4268949, the background color
of JInternalFrame is set to the same color as the containing
desktop pane. I don't think this was an intended result
from correcting the bug.
This is because there's no component with its background
color set to a non-null value among the JInternalFrame itself
and its descendents, such as JRootPane and the content pane of it.
I definetely need the previous background color("control" color,
which is automatically changed as new L&F or Theme is applied).
(Review ID: 101655)
======================================================================