Class TherionCSDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class TherionCSDialog extends JDialog
See Also:
  • Field Details

    • RET_CANCEL

      public static final int RET_CANCEL
      A return status code - returned if Cancel button has been pressed
      See Also:
    • RET_OK

      public static final int RET_OK
      A return status code - returned if OK button has been pressed
      See Also:
  • Constructor Details

    • TherionCSDialog

      public TherionCSDialog(Frame parent, boolean modal)
      Creates new form TherionCSDialog
  • Method Details

    • getReturnStatus

      public int getReturnStatus()
      Returns:
      the return status of this dialog - one of RET_OK or RET_CANCEL
    • setCSName

      public void setCSName(String s)
    • getCSName

      public String getCSName()
    • main

      public static void main(String[] args)
      Parameters:
      args - the command line arguments