Class RegisterPasswordPanel

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

class RegisterPasswordPanel extends JDialog
A panel with which one can either create a new account, or change the password.
Author:
Clemens Katzer
  • Field Details

  • Constructor Details

    • RegisterPasswordPanel

      public RegisterPasswordPanel(WebClient webClient, boolean isRegister, String username)
  • Method Details

    • packAndShow

      public void packAndShow()
    • buttonPressed

      private void buttonPressed()
    • buttonPressedActualAction

      private void buttonPressedActualAction()
      Run inside the Runnable/thread that was created when the Register / Change password button was pressed.
    • looksLikeValidEmailAddress

      private boolean looksLikeValidEmailAddress(String email)
    • handleConfirmation

      private void handleConfirmation(String name, String newPW1, String email)
    • dispose

      public void dispose()
      Overrides:
      dispose in class Window