Package hec.client

Class LoginDlg

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

@Deprecated public class LoginDlg extends Dialog
Deprecated.
Replaced by LoginJDialog.
See Also:
  • Constructor Details

    • LoginDlg

      public LoginDlg(Frame parent)
      Deprecated.
  • Method Details

    • setLabel

      public void setLabel(String label)
      Deprecated.
    • getStandAlone

      public boolean getStandAlone()
      Deprecated.
    • setStandAlone

      public void setStandAlone(boolean s)
      Deprecated.
    • getUser

      public String getUser()
      Deprecated.
    • setUser

      public void setUser(String u)
      Deprecated.
    • getPassword

      public String getPassword()
      Deprecated.
    • setPassword

      public void setPassword(String p)
      Deprecated.
    • setServer

      public void setServer(String str)
      Deprecated.
    • getChosenServer

      public String getChosenServer()
      Deprecated.
    • loginBtn_Action

      protected void loginBtn_Action(ActionEvent event)
      Deprecated.
    • cancelBtn_Action

      protected void cancelBtn_Action(ActionEvent event)
      Deprecated.
    • standaloneCB_Action

      protected void standaloneCB_Action()
      Deprecated.
    • networkedCB_ItemStateChanged

      protected void networkedCB_ItemStateChanged()
      Deprecated.
    • setStatus

      public void setStatus(String str)
      Deprecated.
    • setWait

      public void setWait(boolean b)
      Deprecated.
    • addNotify

      public void addNotify()
      Deprecated.
      Overrides:
      addNotify in class Dialog