Search code examples
javanetbeans6.7

How to change the Dimensions of the Applet Viewer in NetBeans 6.7


I was waiting for the stable release of Netbeans 6.7 before starting to use it for my Java Programming.

I would like to how to change the Dimensions of the Applet Viewer in NetBeans 6.7.

When ever i run a java file by pressing SHIFT + F6, it opens an Applet but the dimensions are too small, i think they are around 300 X 300.

How to change those dimensions ?


Solution

  • Go to the project properties, there you choose Application -> Web Start, select Applet descriptor and click the button Applet Parameters. There you can set required dimensions.