Class CreateAccountDialog

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

public class CreateAccountDialog extends JDialog
The account creation dialog. For requesting account name, password, and all other needed data.
See Also:
Serialized Form
  • Constructor Details

    • CreateAccountDialog

      public CreateAccountDialog(Frame owner, StendhalClient client)
      Create an CreateAccountDialog for a parent window, and specified client.
      Parameters:
      owner - parent frame
      client - client used for login
  • Method Details

    • main

      public static void main(String[] args)
      Used to preview the CreateAccountDialog.
      Parameters:
      args - ignored