FrameXOffset Parameter

 Applet: DownloadClient and UploadClient
 Description: The values of FrameXOffset and FrameYOffset determine the position of the applet window. The values specify the distance between the upper-left corner of the screen and the upper-left corner of the applet window.

If the values of FrameXOffset and FrameYOffset are less than or equal to 1, JFile interprets the values as relative to the screen size. JFile interprets values greater than 1 as absolute pixel values.

FrameXOffset and FrameYOffset are invalid when UseAppletInBrowser is set to 1.
 Example:To position the applet window's upper-left corner in the center of the screen, use,

<param name="FrameXOffset" value=".5">
<param name="FrameYOffset" value=".5">