}
helpSetUrl = helpUrl;
helpSet = new HelpSet(null, hsURL);
helpComponent = new JHelp(helpSet);
if (helpFrame == null) {
helpFrame = new LFrame();
helpFrame.setTitle(getFromLocale("helpWindowTitle"));
helpFrame.setDefaultCloseOperation(WindowConstants.HIDE_ON_CLOSE);
helpFrame.getContentPane().add(helpComponent);
helpFrame.pack();
} else {