Building the FloatingWindow Component
|
The FloatingWindow is built from the following source:
The JAR file is constructed using a batch file, which references
a manifest file which notes which file(s) in the JAR are JavaBeans:
(Note: Instead of using the command line JDK tool to create the
JAR, Netscape offers
a graphical JAR creation tool.)
Create FloatingWindow.jar
by running BuildFloatingWindow.bat
(or BuildFloatingWindow.sh
on Unix)
from the (install dir)/samples/FloatingWindow/
directory.
( return to the top of the page )