Package com.rsramanujam.help

Class Summary
AboutDialog Insert the type's description here.
AboutHelpFileBuilderDialog Enter Your Comment Here Creation date: (11/26/2001 4:26:20 PM)
HelpUtil Enter Your Comment Here Creation date: (12/3/2001 4:02:59 PM)
HelpXML This class builds the Help Window from the given document object/xml file name, provided it adheres to the DTD provided
A sample invocation

org.dom4j.io.SAXReader reader = new org.dom4j.io.SAXReader(false);
org.dom4j.Document config = reader.read("file:"+args[0]);
com.rsramanujam.help.HelpXML helpXMLObj = new com.rsramanujam.help.HelpXML(config);
helpXMLObj.setVisible(true);


Alternatively, this can be invoked as follows.

com.rsramanujam.help.HelpXML helpXMLObj = new com.rsramanujam.help.HelpXML("file:"+args[0]);
helpXMLObj.setVisible(true);

Creation date: (11/20/2001 2:08:24 PM)
Author R S Ramanujam
ImagePanel