jdk/test/javax/swing/JColorChooser/Test4759934.html
author duke
Wed, 05 Jul 2017 19:21:47 +0200
changeset 21538 a2533d997389
parent 1275 748883f48403
child 21596 0e3a39f29dbc
permissions -rw-r--r--
Merge

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