public class GUIClient
extends java.lang.Object
Client| Constructor and Description |
|---|
GUIClient() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
login(int id,
java.lang.String passwd)
Tests if user-submitted login info is valid.
|
static void |
main(java.lang.String[] args)
This method has the same functionality as
Client.main(java.lang.String[]), but it
uses JOptionPane for both input and output, instead of the command line. |
public static void main(java.lang.String[] args)
Client.main(java.lang.String[]), but it
uses JOptionPane for both input and output, instead of the command line.args - the command line arguments (unused)public static boolean login(int id,
java.lang.String passwd)
id - the user-submitted student IDpasswd - the user-submitted passwordStudent.authenticate