Chnging size of applets window

Hi, I’m fairly new to OpenGL and am experimenting with the code. Can anybody eplain how I go about changing the actual size of the Applet viewer. I thought it was through glOrtho but this is just scaling. I want to make my applet viewer bigger in size.

Thanks very much

Hi I’m not having any success with this, and I’v looked on many tutorials.

I don’t know if it’s a really basic command?

But I just want my applet viewer to be bigger?

Is this quite complicated to do?
Thanks
Fran

It is not an OpenGL issue. It is probably a Java issue. How do you set applet size in Java. I dunno. <APPLET … width = ??? height = ??? … > of course that is the the HTML code which calls the applet.

[This message has been edited by shinpaughp (edited 04-19-2003).]