jdk/test/javax/swing/JSlider/6587742/bug6587742.html
author rupashka
Wed, 10 Sep 2008 19:16:14 +0400
changeset 1317 0ba1e3d36c19
child 21596 0e3a39f29dbc
permissions -rw-r--r--
6587742: filling half of a JSlider's track is no longer optional Summary: now OceanTheme uses the JSlider.isFilled property like other themes Reviewed-by: alexp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1317
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
     1
<html>
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
     2
<body>
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
     3
<applet  code="bug6587742.class" width=800 height=600></applet>
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
     4
Select every theme and check that all sliders looks good.
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
     5
Note that every slider has a tooltip text with information about
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
     6
slider configuration.
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
     7
There is a small difference in sliders with property "filled = null" (it's
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
     8
default behaviour when property JSlider.isFilled is not setted)
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
     9
for themes:
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
    10
1. OceanTheme - sliders look like filled
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
    11
2. DefaultMetalTheme - sliders look like NOT filled 
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
    12
</body>
0ba1e3d36c19 6587742: filling half of a JSlider's track is no longer optional
rupashka
parents:
diff changeset
    13
</html>