1 <html>
   2 <!--  
   3   @test
   4   @bug 4082144
   5   @summary  Ensures that TextArea.select() works when called 
   6             before setVisible() 
   7   @author Eric.Hawkes: area=TextComponent
   8   @run applet/manual=yesno SelectionVisible.html
   9   -->
  10 <head>
  11 <title> SelectionVisible </title>
  12 </head>
  13 <body>
  14 
  15 <h1> SelectionVisible<br> Bugid: 4082144 </h1>
  16 
  17 <APPLET CODE="SelectionVisible.class" WIDTH=400 HEIGHT=160></APPLET>
  18 </body>
  19 </html>