Package hec.client

Class WarningDlg

All Implemented Interfaces:
ActionListener, ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable

public class WarningDlg extends RmaJDialog implements ActionListener
See Also:
  • Constructor Details

    • WarningDlg

      public WarningDlg(Frame parent, boolean modal)
    • WarningDlg

      public WarningDlg(Frame parent, String title, boolean modal)
  • Method Details

    • setVisible

      public void setVisible(boolean b)
      Description copied from class: RmaJDialog
      make sure the ok button is the default button when the dialog comes up.
      Overrides:
      setVisible in class RmaJDialog
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener
    • setDescription

      public void setDescription(String desc)
    • getCanceled

      public boolean getCanceled()