jdk-24/jdk/test/javax/swing/border/Test4243289.html
Sergey Malenkov 9d7b3f41e0 6718964: Swing border tests should be open source
Reviewed-by: peterz
2008-06-26 15:11:04 +04:00

10 lines
269 B
HTML

<html>
<body>
When applet starts, you'll see a panel with a TitledBorder with title "Panel Title".
If this title is overstriken with the border line, test fails, otherwise it passes.
<applet width="600" height="300" code="Test4243289.class">
</applet>
</body>
</html>