Recent Changes for "Advanced Applet Features" - Graph Exploration System (GUESS)http://guess.wikispot.org/Advanced_Applet_FeaturesRecent Changes of the page "Advanced Applet Features" on Graph Exploration System (GUESS).en-us Advanced Applet Featureshttp://guess.wikispot.org/Advanced_Applet_Features2007-08-11 00:44:49EytanAdar <div id="content" class="wikipage content"> Differences for Advanced Applet Features<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ = Advanced Applet Features =<br> + <br> + <br> + 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:<br> + <br> + getAppletContext().showDocument(“http://...”,”windowname”) will load up a URL in a new browser window.<br> + <br> + <br> + <br> + 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.</span> </td> </tr> </table> </div>