Re: Placing a swing applet in the browser
Posted By:
John_Zukowski
Posted On:
Saturday, March 31, 2001 04:16 PM
Applet positioning is done with HTML within the browser page. You have no control over it from within your Java code. For instance, putting in within CENTER tags will put the applet in the center of the page.