Hi,
In JDK1.1.8 and above (if I am not mistaken) you can use the method: setResizable(false);
So yourframe.setResizable(false);
However in applets in the standard webbrowsers this won't work. (Netscape 4.7x, IE). As they use an older JDK version (lower than 1.1.8).
Martijn