-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.2.0
-
Component/s: client-libs
-
1.2.2
-
x86
-
windows_95
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)
======================================================================
- relates to
-
JDK-4178494 Min/Max buttons not created with Frame and JFrame when not resizable
-
- Resolved
-