Making a Frame Non-Resizable in Java »



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 otherwise frame [...]