public class CreateAccount
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection<User> |
UserDB
Collection of user accounts
|
Constructor and Description |
---|
CreateAccount() |
Modifier and Type | Method and Description |
---|---|
void |
createAccount()
Asks for user information for account creation.
|
void |
quit()
Quits the program
|
private static java.util.Collection<User> UserDB