Sample Code Instructions
These instructions assume:
- Your current directory contains Sample1.java.
- jhelp.jar is in the parent of your current directory as they are for the sample directory.
JHelp Requirements:
- jhelp.jar has to be on the application's classpath.
Sample1.java - A Swing GUI application that demonstrates the use of the JHelpFrame, JTipsDialog, and JLicenseDialog.
Compiling (this can be skipped since the class files are provided)
>javac -classpath ..\jhelp.jar Sample1.java
Running
>java -classpath ..\jhelp.jar;. Sample1
|