1 <html>
   2 <body>
   3 1. Press button "Show Dialog" at the frame "Test" and
   4    the dialog with button "Show ColorChooser" should appears.
   5 2. Press button "Show ColorChooser" at the dialog "Dialog" and
   6    the colorchooser should appears.
   7 3. Press the button "Cancel" of colorchooser.
   8    If the focus will come to the frame "Test" then test fails.
   9    If the focus will come to the dialog "Dialog" then test passes.
  10 
  11 <applet width="500" height="400" code="Test4759934.class">
  12 </applet>
  13 </body>
  14 </html>