-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.0
-
x86
-
windows_2000
Name: ddT132432 Date: 08/29/2001
java version "1.4.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta2-b77)
Java HotSpot(TM) Client VM (build 1.4.0-beta2-b77, mixed mode)
Etched- and TitledBorder in Swing with Windows Look and Feel don't use the
system colors but rather the same gray color every time regardless of the
system color settings. This bug used to extend into all disabled items with
etched bevels but all other seem to have been fixed in Beta2 of JDK 1.4.0
except for the borders.
Steps to reproduce:
0) Switch windows to use some other color scheme than the default gray
1) Start SwingSet2 demo
2) Switch to Windows L&F
3) go to second demo / second button (JButton, JRadioButton etc. demo)
4) notice the beveled titled borders with "Text Buttons" and "Image Buttons".
Notice how the color of the bevel is gray rather than using system colors.
(Review ID: 130945)
======================================================================
java version "1.4.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta2-b77)
Java HotSpot(TM) Client VM (build 1.4.0-beta2-b77, mixed mode)
Etched- and TitledBorder in Swing with Windows Look and Feel don't use the
system colors but rather the same gray color every time regardless of the
system color settings. This bug used to extend into all disabled items with
etched bevels but all other seem to have been fixed in Beta2 of JDK 1.4.0
except for the borders.
Steps to reproduce:
0) Switch windows to use some other color scheme than the default gray
1) Start SwingSet2 demo
2) Switch to Windows L&F
3) go to second demo / second button (JButton, JRadioButton etc. demo)
4) notice the beveled titled borders with "Text Buttons" and "Image Buttons".
Notice how the color of the bevel is gray rather than using system colors.
(Review ID: 130945)
======================================================================
- duplicates
-
JDK-4978902 BorderFactory borders don't have rounded corners with XP look and feel
- Open