SALT.gui
Class HelpDialog

java.lang.Object
  extended by SALT.gui.Graphics
      extended by SALT.gui.Dialog
          extended by SALT.gui.HelpDialog

public class HelpDialog
extends Dialog

Shows a link for help about SALT.


Field Summary
 
Fields inherited from class SALT.gui.Dialog
options
 
Fields inherited from class SALT.gui.Graphics
gridBagConstraints, gridBagLayout
 
Constructor Summary
HelpDialog()
          Constructs a HelpDialog.
 
Method Summary
 void display(javax.swing.JFrame frame)
          Displays the HelpDialog.
 
Methods inherited from class SALT.gui.Dialog
makeButton, setTitledBorder
 
Methods inherited from class SALT.gui.Graphics
makeGridBagConstraints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpDialog

public HelpDialog()
Constructs a HelpDialog.

Method Detail

display

public void display(javax.swing.JFrame frame)
Displays the HelpDialog.

Parameters:
frame -