I am trying to set the size of an Applet Window to 500 by 500, but I couldn\'t be able to achieve that. Here is my code,
public void init() { // Start
If you use eclipse, you can change applet size from the "run configuration" Java Applet->Parameters". I think that's the problem, because the default value of java applet size in eclipse is 200*200.
Hope it will helpful: a similar issue