SALT.gui
Class InformationDialog

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

public class InformationDialog
extends Dialog

Shows informations about SALT and the system, you are working with.


Field Summary
 
Fields inherited from class SALT.gui.Dialog
options
 
Fields inherited from class SALT.gui.Graphics
gridBagConstraints, gridBagLayout
 
Constructor Summary
InformationDialog()
          Constructs an InformationDialog.
 
Method Summary
 void display(javax.swing.JFrame frame)
          Displays the InformationDialog.
 
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

InformationDialog

public InformationDialog()
Constructs an InformationDialog.

Method Detail

display

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

Parameters:
frame -