21 lines
433 B
HTML
21 lines
433 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 6525850
|
|
@summary Iconified frame gets shown after pack()
|
|
@author anthony.petrov@...: area=awt.toplevel
|
|
@run applet/manual=yesno ShownOnPack.html
|
|
-->
|
|
<head>
|
|
<title> ShownOnPack </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>ShownOnPack<br>Bug ID: 6525850</h1>
|
|
|
|
<p> See the dialog box (usually in upper left corner) for instructions</p>
|
|
|
|
<APPLET CODE="ShownOnPack.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|