Package hec.server

Class GeoReviewDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GeoReviewDialog extends Dialog
See Also:
  • Constructor Details

    • GeoReviewDialog

      public GeoReviewDialog(Frame parent, boolean modal)
    • GeoReviewDialog

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

    • addNotify

      public void addNotify()
      Overrides:
      addNotify in class Dialog
    • setVisible

      public void setVisible(boolean b)
      Shows or hides the component depending on the boolean flag b.
      Overrides:
      setVisible in class Dialog
      Parameters:
      b - if true, show the component; otherwise, hide the component.
      See Also: