< prev index next >

test/java/awt/Window/HandleWindowDestroyTest/HandleWindowDestroyTest.html

Print this page
rev 14836 : 8159690: [TESTBUG] Mark headful tests with @key headful.
   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 
   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 
< prev index next >