xbneditor
Class LSParamDialog

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

public class LSParamDialog
extends java.lang.Object

The main GUI, this class is a dialog box that controls the inputs for LS, which can be run with or without evidence.


Constructor Summary
LSParamDialog(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

LSParamDialog

public LSParamDialog(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.