jdk/test/java/awt/Window/HandleWindowDestroyTest/HandleWindowDestroyTest.html
changeset 27764 4e79ff3e0602
child 39056 d99e63b6d962
equal deleted inserted replaced
27763:1fba965925e8 27764:4e79ff3e0602
       
     1 <html>
       
     2 <!--  
       
     3   @test
       
     4   @bug 6260648
       
     5   @summary Tests that WINDOW_DESTROY event can be handled by overriding handleEvent(). Also,
       
     6 tests that handleEvent() is not called by AWT if any listener is added to the component
       
     7 (i. e. when post-1.1 events schema is used)
       
     8   @author artem.ananiev: area=awt.event
       
     9   @run applet HandleWindowDestroyTest.html
       
    10   -->
       
    11 <head>
       
    12 <title>  </title>
       
    13 </head>
       
    14 <body>
       
    15 
       
    16 <h1>HandleWindowDestroyTest<br>Bug ID: 6260648</h1>
       
    17 
       
    18 <p> This is an AUTOMATIC test, simply wait for completion </p>
       
    19 
       
    20 <APPLET CODE="HandleWindowDestroyTest.class" WIDTH=200 HEIGHT=200></APPLET>
       
    21 </body>
       
    22 </html>
       
    23