xbneditor
Class K2ParamDialog

java.lang.Object
  |
  +--xbneditor.K2ParamDialog

public class K2ParamDialog
extends java.lang.Object

The main GUI, this class is a dialog box that controls the inputs for K2.


Constructor Summary
K2ParamDialog(javax.swing.JFrame frame, boolean modal)
          Creates a new dialog with a specifed parent frame.
 
Method Summary
 void show()
          Makes the dialog visible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

K2ParamDialog

public K2ParamDialog(javax.swing.JFrame frame,
                     boolean modal)
Creates a new dialog with a specifed parent frame.
Parameters:
frame - the parent frame that is displaying this dialog
modal - a boolean stating whether the dialog is modal or not
Method Detail

show

public void show()
Makes the dialog visible.