APPLET HTML CREATOR



Sick of waisting time creating html files to test your applets?
This program creates your html file automatically! Download it to your folder(s) that contain your java files.
After compiling your applet, simply run the Applet HTML Creator .class file and send it the name of the html file you want created, the height and width of the applet.


Usage: java html [html filename] [width] [height]


Example:
C:\javac xyz.java
C:\java html xyz.html 100 100
C:\appletviewer xyz.html


Downloading Instructions:
Right click on "Download .class file" and save the file to the directory that holds your personal java files. For some bizzare reason, the file saves as "html.class.html". Once downloaded, just rename the file to html.class. The alternative is to download the source code and compile it yourself.



Download .class file



Download Source Code



Return to Main Page