Problem:
AppletContext.showDocument(url, "name") pops up new windows every click on help menu item in the Frame.
url = webhelp/context.htm?contextname="context"&topic="topic"
Explanaton:
I have one
applet which has a JTree. click on every node pops up a new Frame. Every frame has a Help menu item.
Click on help menuitem calls AppletContext.showDocument()to show a Help page in a new window.
AppletContext.showDocument(url, "name") is the syntax.
If I click on the help menu item of the same GUI or a different GUI it pops up a different window with help
How can I have only a single window for the help rather than every time new windows