| The Build Applet Tab |
![]() |
|
|
This is where you decide how and where to build the button applet - by default this folder is named the same as your project and located in the 1 Cool Button Tool folder. Getting your applet up and running on the Internet is easy. Just follow these simple steps:
This specifies the folder on your local hard drive where the Button Applet will be built. This folder is known as the Build Folder. It defaults to a folder with the same name as your project located inside of your 1 Cool Button Tool folder. 1 Cool Button Tool will copy all the files necessary for running the button applet into the Build Folder, including:
At a minimum you need to put all the BtnPlayer files (class, cab and jar) and all of the images and sounds used in your java project on the live server in order for project to work. After the applet has been built you will able to click on the Build Folder link - this will open the folder inside Windows explorer. You will need to upload ALL the files in this folder to your web server. Nothing further is necessary for the applet to run. If you don't know how to upload files to your web server, contact your Internet Service Provider, or Network Administrator. Generally you will need an FTP client such as CuteFTP to upload files to your server. Note:
If this option is checked 1 Cool Button Tool will replace the <applet> tag in the specified file, every time you build the applet. This option is very handy if your applet is embedded in an existing page, and you want to make changes to your applet without having to copy/paste HTML code. Note:
Use <applet> Tag: Use <object> Tag:
This is the HTML code that describes the button project. The Java program reads this information, decodes it, and "plays" the button project inside the browser. A single BtnPlayer.class, .jar or .cab file may be shared by many button applets. Everything necessary to describe the button project is in the HTML code, not in the BtnPlayer.class file.
Copies the HTML code to the clipboard. This allows you to easily copy and paste a button applet into another HTML file. Be aware that the HTML file you are pasting into must be in the same folder as the BtnPlayer.class file, unless you have specified a different CodeBase folder. Note:
This information box tells you the total size of the button applet in kilobytes (KB). That is, how much data will have to be downloaded to run the applet. The applet size may be different for Netscape Navigator and Internet Explorer because they use different compression technologies in their archive files. The applet size includes the HTML file, the archive file (.cab or .jar), any bitmap or sound files used by the applet.
Runs the finished button applet in your default browser. The Test Applet button rebuilds the applet before running it. Note:
Copies all the files necessary for running the button applet into the Build Folder. By default, the Build Folder is located inside of the 1 Cool Button Tool folder and will be named the same as your project (you will also notice a backup folder - it is a just a backup of all the resource needed to rebuild your project) The Build Folder contains the following files:
At a minimum you need to put all the BtnPlayer files (class, cab and jar) and all of the images and sounds used in your java project on the live server in order for project to work. After the applet has been built you will able to click on the Build Folder link - this will open the folder inside Windows explorer. You will need to upload ALL the files in this folder to your web server. Nothing further is necessary for the applet to run. If you don't know how to upload files to your web server, contact your Internet Service Provider, or Network Administrator. Generally you will need an FTP client such as CuteFTP to upload files to your server. Note:
This button toggles between showing and hiding the Advanced Build Options. |