-
Applet question...
How do I get rid of the white border around the edge of my applet? I want my applet to fill the whole page ( therefore serving as the page itself... ) HOW DO I DO THIS??? Also, is there a way to resize the actual browser through my applet or atleast indirectly through javascript??? Plz. Explain??
-
You would have to size the applet to the size of the browser itself. I would set the size of the applet in the Object or Applet Tag(whichever you use). <APPLET code "Example.class" width =300 height=300> </APPLET>