Making a Frame Non-Resizable in Java »
By Ramakrishna on Nov 27, 2008 in java.awt.Frame | 0 Comments
yes u can make the applet program resizable. In java there is a method called setResizable method. This method which is responsible for modifying the size of the window on your applet/awt program . In your program, Assume that you have taken a boolean value false for method setResizable then the frame will be non-resizable [...]
