-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.1.6
-
x86
-
windows_nt
Name: skT88420 Date: 08/20/99
When maximizing a frame directly from the minimized
state, the frame is resized but its contents are
not resized.
1. Minimize a frame.
2. Right-click on the frame's icon.
3. Select "Maximize" on the icon's context menu.
The following application demonstrates the problem:
--
import java.awt.*;
public class Test {
public static void main(String args[]) {
Frame frame = new Frame();
frame.add(new TextArea());
frame.setSize(300,400);
frame.show();
}
}
--
(Review ID: 39552)
======================================================================
- duplicates
-
JDK-4173503 Win32: layout not performed when maximized from taskbar
-
- Resolved
-