21 lines
475 B
HTML
21 lines
475 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 4464714 6365898
|
|
@summary Frames cannot be shown initially maximized
|
|
@author Valeriy Ushakov: area=toplevel
|
|
@run applet/manual=yesno InitialMaximizedTest.html
|
|
-->
|
|
<head>
|
|
<title> InitialMaximizedTest </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>InitialMaximizedTest<br>Bug ID: 4464714</h1>
|
|
|
|
<p> See the dialog box (usually in upper left corner) for instructions</p>
|
|
|
|
<APPLET CODE="InitialMaximizedTest.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|