jdk/test/javax/swing/border/Test4243289.html
author malenkov
Thu, 26 Jun 2008 15:11:04 +0400
changeset 1274 5561e281cda6
child 21596 0e3a39f29dbc
permissions -rw-r--r--
6718964: Swing border tests should be open source Reviewed-by: peterz
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1274
5561e281cda6 6718964: Swing border tests should be open source
malenkov
parents:
diff changeset
     1
<html>
5561e281cda6 6718964: Swing border tests should be open source
malenkov
parents:
diff changeset
     2
<body>
5561e281cda6 6718964: Swing border tests should be open source
malenkov
parents:
diff changeset
     3
When applet starts, you'll see a panel with a TitledBorder with title "Panel Title".
5561e281cda6 6718964: Swing border tests should be open source
malenkov
parents:
diff changeset
     4
If this title is overstriken with the border line, test fails, otherwise it passes.
5561e281cda6 6718964: Swing border tests should be open source
malenkov
parents:
diff changeset
     5
5561e281cda6 6718964: Swing border tests should be open source
malenkov
parents:
diff changeset
     6
<applet width="600" height="300" code="Test4243289.class">
5561e281cda6 6718964: Swing border tests should be open source
malenkov
parents:
diff changeset
     7
</applet>
5561e281cda6 6718964: Swing border tests should be open source
malenkov
parents:
diff changeset
     8
</body>
5561e281cda6 6718964: Swing border tests should be open source
malenkov
parents:
diff changeset
     9
</html>