jdk/test/java/awt/Window/HandleWindowDestroyTest/HandleWindowDestroyTest.html
changeset 39056 d99e63b6d962
parent 27764 4e79ff3e0602
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
     1 <html>
     1 <html>
     2 <!--  
     2 <!--  
     3   @test
     3   @test
       
     4   @key headful
     4   @bug 6260648
     5   @bug 6260648
     5   @summary Tests that WINDOW_DESTROY event can be handled by overriding handleEvent(). Also,
     6   @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 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 (i. e. when post-1.1 events schema is used)
     8   @author artem.ananiev: area=awt.event
     9   @author artem.ananiev: area=awt.event