jdk/test/java/awt/TextArea/SelectionVisible/SelectionVisible.html
author serb
Tue, 01 Oct 2013 04:29:50 +0400
changeset 20435 543c1c7dd21a
permissions -rw-r--r--
7150100: [macosx] "0123456789" is selected in the TextField Reviewed-by: anthony, art
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20435
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
     1
<html>
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
     2
<!--
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
     3
 Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
     4
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
     5
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
     6
 This code is free software; you can redistribute it and/or modify it
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
     7
 under the terms of the GNU General Public License version 2 only, as
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
     8
 published by the Free Software Foundation.
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
     9
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    10
 This code is distributed in the hope that it will be useful, but WITHOUT
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    11
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    12
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    13
 version 2 for more details (a copy is included in the LICENSE file that
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    14
 accompanied this code).
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    15
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    16
 You should have received a copy of the GNU General Public License version
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    17
 2 along with this work; if not, write to the Free Software Foundation,
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    18
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    19
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    20
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    21
 or visit www.oracle.com if you need additional information or have any
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    22
 questions.
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    23
-->
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    24
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    25
<!--  
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    26
  @test
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    27
  @bug 4082144 7150100
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    28
  @summary  Ensures that TextArea.select() works when called 
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    29
            before setVisible() 
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    30
  @author Eric.Hawkes: area=TextComponent
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    31
  @run applet/manual=yesno SelectionVisible.html
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    32
  -->
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    33
<head>
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    34
<title> SelectionVisible </title>
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    35
</head>
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    36
<body>
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    37
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    38
<h1> SelectionVisible<br> Bugid: 4082144 </h1>
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    39
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    40
<APPLET CODE="SelectionVisible.class" WIDTH=400 HEIGHT=160></APPLET>
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    41
</body>
543c1c7dd21a 7150100: [macosx] "0123456789" is selected in the TextField
serb
parents:
diff changeset
    42
</html>