GUI
Class GUIlobby


public class GUIlobby


Field Summary
 (package private) JLabelcreategame
          
 Listhosts
          
 (package private) JTextFieldinput
          
 (package private) JLabeljoingame
          
 JTextAreaoutput
          
 Listusers
          

Method Summary
 (package private) voidcreategame_mouseClicked(MouseEvent e)
          
 (package private) voidhighscore_mouseClicked(MouseEvent e)
          
 (package private) voidinput_actionPerformed(ActionEvent e)
          
 (package private) voidjoingame_mouseClicked(MouseEvent e)
          

Field Detail

creategame

JLabel creategame

hosts

public List hosts

input

JTextField input

joingame

JLabel joingame

output

public JTextArea output

users

public List users
Method Detail

creategame_mouseClicked

void creategame_mouseClicked(MouseEvent e)

highscore_mouseClicked

void highscore_mouseClicked(MouseEvent e)

input_actionPerformed

void input_actionPerformed(ActionEvent e)

joingame_mouseClicked

void joingame_mouseClicked(MouseEvent e)

Association Links

to Class javax.swing.JLabel

Attribute creategame
to Class javax.swing.JTextArea
Attribute output
to Class javax.swing.JLabel
Attribute joingame
to Class javax.swing.JTextField
Attribute input
to Class java.awt.List
Attribute hosts
to Class java.awt.List
Attribute users