| Other |
|---|
| 1.2.2 1.2.2Fixed |
|
Relates :
|
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)
======================================================================
|