Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 1.2.0
-
Fix Version/s: 1.2.2
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:1.2.2
-
CPU:x86
-
OS:windows_95
Description
Name: bk70084 Date: 09/10/98
The following code:
import java.awt.*;
public class test
{
public static void main(String argv[]) {
Frame f=new Frame("test");
f.setSize(200,200);
f.setResizable(false);
f.show();
}
}
produces a window that cannot be resized, however it cannot be minimized either.
(Review ID: 36354)
======================================================================
Attachments
Issue Links
- relates to
-
JDK-4178494 Min/Max buttons not created with Frame and JFrame when not resizable
-
- Resolved
-