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
try this inside the paint method for example
this.setSize(300, 300);