1 <html>
   2 <!--  
   3   @test
   4   @bug 6497109
   5   @summary Mouse cursor icons for TextArea should be correct in case of hovering or dragging mouse over different subcomponents.
   6   @author Konstantin Voloshin: area=awt.TextArea
   7   @run applet/manual=yesno HoveringAndDraggingTest.html
   8   -->
   9 <head>
  10 <title> HoveringAndDraggingTest </title>
  11 </head>
  12 <body>
  13 
  14 <h1>HoveringAndDraggingTest<br>Bug ID: 6497109</h1>
  15 
  16 <p> See the dialog box (usually in upper left corner) for instructions</p>
  17 
  18 <APPLET CODE="HoveringAndDraggingTest.class" WIDTH=200 HEIGHT=200></APPLET>
  19 </body>
  20 </html>