You can use the BeanBox's File|MakeApplet... menu item to generate an applet from the BeanBox contents. Making an applet from the BeanBox creates:
makefile
readme file with complete information about
the generated applet and all files involved
Take the following steps to generate an applet from the BeanBox:
That's it. The generated files were placed in
the beanbox/tmp/myApplet directory.
You can inspect your handiwork by bringing
up appletviewer in the following way:
appletviewer <BDKInstallation>/beanbox/tmp/myApplet.html
Here is what you will see:
Don't forget to look at the generated myApplet_readme file,
and the other files generated.
Generated applets can be used in any JDK 1.1-compliant browser.
The appletviewer is a good test platform. Another fully compliant browser
is the
.See the generated readme file for more information.