jdk/test/javax/swing/JColorChooser/Test4759934.html
author schien
Thu, 25 Aug 2011 17:18:25 -0700
changeset 10304 df130f34ab4c
parent 1275 748883f48403
child 21596 0e3a39f29dbc
permissions -rw-r--r--
Added tag jdk8-b02 for changeset 88a0fd8156da

<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>