jdk/test/javax/swing/JColorChooser/Test4380468.html
changeset 13674 c1b9cf3dd7be
parent 13673 3d6ac85b33be
parent 13609 72a3850a4c5e
child 13675 c2999ee84468
equal deleted inserted replaced
13673:3d6ac85b33be 13674:c1b9cf3dd7be
     1 <html>
       
     2 <body>
       
     3 1. Click the HSB tab at the ColorChooser.
       
     4 2. Click in the lower left corner of the gradient palette
       
     5    in order to select a color such that all three RGB values
       
     6    are single digit colors (such as 0, 0, 0 or 5, 3, 1).
       
     7 3. Click another tab, then click back to the HSB tab.
       
     8 4. Now click the lighter colors that should have
       
     9    2 and 3 digit RGB values (in the upper right corner).
       
    10 
       
    11 If all digits of each RGB value are shown then test passes.
       
    12 If only the last digit of their values are shown then test fails.
       
    13 
       
    14 <applet width="500" height="400" code="Test4380468.class">
       
    15 </applet>
       
    16 </body>
       
    17 </html>