|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgui.InfoBox
This will be the window that will be used to take in information about the user.
| Constructor Summary | |
InfoBox(Contact user,
boolean editable)
This is the constructor used to take input from the user. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
This is the method that handles actions from the user |
void |
display()
|
static void |
main(java.lang.String[] args)
A testing Main method, to display the box. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InfoBox(Contact user,
boolean editable)
user - the usernameeditable - true if editable, false otherwise.| Method Detail |
public void display()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic static void main(java.lang.String[] args)
args -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||