Applet: | DownloadClient and UploadClient | ||
Description: | The values of FrameYOffset and FrameXOffset
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 FrameYOffset and FrameXOffset 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.
|
||
Example: | To position the applet window's upper-left
corner in the center of the screen, use, <param name="FrameYOffset" value=".5"> <param name="FrameXOffset" value=".5"> |