Incorporating the 1st JAVA Tab into your web site and uploading it to your web server:

Simply copy the following files and then upload them to your web server (not your hard disk).

FILE NAME LOCATION ON SERVER NOTES
JAVATab.class ROOT The root directory of your web site.
Your Web Pages ROOT The root directory of your web site.
Beans.class ROOT The root directory of your web site.
BaseTabbedPanel.class ROOT The root directory of your web site.
ButtonBase.class ROOT The root directory of your web site.
DirectionButton.class ROOT The root directory of your web site.
TabPanel.class ROOT The root directory of your web site.
Timer.class ROOT The root directory of your web site.

Your web site is now ready for use, enhanced with the new 1st JAVA Tab applet ... Enjoy!

In order to locate the class files in a different directory to the HTML file, just use the CODEBASE Tag:

E.G: <APPLET CODEBASE="/JCLASS" CODE="JAVATab.class" Width=245 HEIGHT=320>

Please note: If you relocate the class files, the relative URL will now point to the class file directory. Therefore, the links will also have to be adjusted accordingly:

For Example:
Normal:
<applet codebase="." code="JAVATab.class" width="216" height="259">
HREF = myfile.htm
 
Then if it is re-located to the JTab directory:
<applet codebase="JTree" code="JAVATab.class" width="216" height="259">
HREF = .../myfile.htm