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