Advanced Applet Features
The command getAppletContext() (or officially, com.hp.hpl.guess.Guess.getAppletContext()) will return the appletcontext object. This can then be used to control the browser. For example:
getAppletContext().showDocument(“
http://...”,”windowname”) will load up a URL in a new browser window.
Notice that you can use this feature with the shiftclick event listener. When a user shift-clicks on a node or edge a new frame can be loaded that contains information about that node/edge.


