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