JHelp 1.2 Documentation
  Main Page  
  API Specification  
  Sample Code  
  Using JHelp  
  License Agreement  
Sample Code Instructions

These instructions assume:

  1. Your current directory contains Sample1.java.
  2. jhelp.jar is in the parent of your current directory as they are for the sample directory.

JHelp Requirements:

  1. 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
Copyright 2003 Vermalt LLC. All rights reserved.