jdk/test/java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html
changeset 7819 e5abfc98f8b2
parent 7739 f658ec2730fa
parent 7818 e40bef6b0146
child 7820 3b85a5b1538a
equal deleted inserted replaced
7739:f658ec2730fa 7819:e5abfc98f8b2
     1 <html>
       
     2 <!--
       
     3         @test
       
     4         @bug 6391770
       
     5         @summary Content of the Window should be laid out in the area left after WarningWindow was added.
       
     6         @author Yuri Nesterenko
       
     7         @run applet WindowWithWarningTest.html
       
     8 -->
       
     9 
       
    10   <head>
       
    11     <title>WindowWithWarningTest</title>
       
    12   </head>
       
    13   <pre>
       
    14   This test will run automatically.
       
    15   </pre>
       
    16   <body>
       
    17     <applet code="WindowWithWarningTest.class" width=350 height=300></applet>
       
    18   </body>
       
    19 </html>
       
    20