Hi,
How can i use JavaHelp with ulc to display the .hs file(present in jar file) from a ulc application running as an applet.
Found a small snippet on mailing list but i dont have an idea how to use it
String helpSetURLProvider =
ClientContext.getUserParameter("help-set-url-provider");
if ("URL".equalsIgnoreCase(helpSetURLProvider)) {
String helpSetURLPrefix =
ClientContext.getUserParameter("help-set-url-prefix");
try {
animalsHelpSetURL = new URL(helpSetURLPrefix +
"/animals/Animals.hs");
ClientContext.getUserParameter("help-set-url-provider");
if ("URL".equalsIgnoreCase(helpSetURLProvider)) {
String helpSetURLPrefix =
ClientContext.getUserParameter("help-set-url-prefix");
try {
animalsHelpSetURL = new URL(helpSetURLPrefix +
"/animals/Animals.hs");
}
Thanks,
Gene
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta.
