jdk/test/java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html
author volk
Sun, 13 Apr 2008 23:41:40 +0400
changeset 443 b49bc385fa7e
permissions -rw-r--r--
6686273: Some AWT reg. tests should be moved to open repository (for CRs 6444769, 6480547, and 6560348) Summary: Some AWT reg. tests are moved to open repository (for CRs 6444769, 6480547, and 6560348) Reviewed-by: ant

<html>
<!--
        @test
        @bug 6391770
        @summary Content of the Window should be laid out in the area left after WarningWindow was added.
        @author Yuri Nesterenko
        @run applet WindowWithWarningTest.html
-->

  <head>
    <title>WindowWithWarningTest</title>
  </head>
  <pre>
  This test will run automatically.
  </pre>
  <body>
    <applet code="WindowWithWarningTest.class" width=350 height=300></applet>
  </body>
</html>