Max applet window

Is there a way to code it so the applet automatically maximizes the window when you run it?
[98 byte] By [kevch27a] at [2007-11-27 4:56:40]
# 1

Why would you ever want to do that with an applet?

If you want to maximize the window, you better write an application and not an applet.

Applets are meant to be run in a browser, using a part of the visible area. The area used by the applet depends on the applet tag which specifes the width and height which is set in the html file.

So thats pretty much static.

ArcherKinga at 2007-7-12 10:11:53 > top of Java-index,Java Essentials,New To Java...