xbneditor
Class ConverterParamDialog

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

public class ConverterParamDialog
extends java.lang.Object


Constructor Summary
ConverterParamDialog(javax.swing.JFrame frame, boolean modal)
          Creates a new graph, 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

ConverterParamDialog

public ConverterParamDialog(javax.swing.JFrame frame,
                            boolean modal)
Creates a new graph, with a specifed parent frame.
Parameters:
frame - the parent fram 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.