-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.1.3
-
None
-
x86
-
windows_nt
Name: diC59631 Date: 09/24/97
Let's say I create a component that sets its background
to the system color:
public class myComponent extends Component
{
...
public myComponent()
{
...
setBackground( SystemColor.window );
...
}
}
If an applet that uses myComponent is started and then
the system color of a window is changed to some other
value (vie the Control Panel), the component's background
won't change untill the applet is restarted.
company - UCSD , email - ###@###.###
======================================================================
- duplicates
-
JDK-4060323 System Color Dynamic Update
-
- Resolved
-