org.openscience.jmol.app
public class HelpDialog extends JDialog implements HyperlinkListener
| Nested Class Summary | |
|---|---|
| class | HelpDialog.PageLoader
temporary class that loads synchronously (although later than
the request so that a cursor change can be done). |
| Field Summary | |
|---|---|
| JEditorPane | html |
| Constructor Summary | |
|---|---|
| HelpDialog(JFrame fr) | |
| HelpDialog(JFrame fr, URL url)
If url is null, then the default help url is taken. | |
| Method Summary | |
|---|---|
| protected void | centerDialog() |
| void | hyperlinkUpdate(HyperlinkEvent e) |
| protected void | linkActivated(URL u)
Follows the reference in an
link. |
| void | OKPressed() |
Parameters: fr url
Parameters: u the URL to follow