1 <html>
   2 <!--
   3   @test
   4   @bug 6525850
   5   @summary Iconified frame gets shown after pack()
   6   @author anthony.petrov@...: area=awt.toplevel
   7   @run applet/manual=yesno ShownOnPack.html
   8   -->
   9 <head>
  10 <title> ShownOnPack </title>
  11 </head>
  12 <body>
  13 
  14 <h1>ShownOnPack<br>Bug ID: 6525850</h1>
  15 
  16 <p> See the dialog box (usually in upper left corner) for instructions</p>
  17 
  18 <APPLET CODE="ShownOnPack.class" WIDTH=200 HEIGHT=200></APPLET>
  19 </body>
  20 </html>