jdk/test/javax/swing/JColorChooser/Test4759934.html
author malenkov
Thu, 26 Jun 2008 15:39:12 +0400
changeset 1275 748883f48403
child 21596 0e3a39f29dbc
permissions -rw-r--r--
6718965: Swing color chooser tests should be open source Reviewed-by: peterz

<html>
<body>
1. Press button "Show Dialog" at the frame "Test" and
   the dialog with button "Show ColorChooser" should appears.
2. Press button "Show ColorChooser" at the dialog "Dialog" and
   the colorchooser should appears.
3. Press the button "Cancel" of colorchooser.
   If the focus will come to the frame "Test" then test fails.
   If the focus will come to the dialog "Dialog" then test passes.

<applet width="500" height="400" code="Test4759934.class">
</applet>
</body>
</html>