Uses of Class
frog.gui.User

Packages that use User
frog.demo   
frog.gui   
 

Uses of User in frog.demo
 

Methods in frog.demo that return User
 User Player.getUser()
          Returns the User object associated with this Player.
 

Constructors in frog.demo with parameters of type User
Player(DemoGame game, User user, int index)
          Creates a new Player.
 

Constructor parameters in frog.demo with type arguments of type User
DemoGame(Collection<User> players)
          Starts a new DemoGame with the given Players.
 

Uses of User in frog.gui
 

Methods in frog.gui that return User
static User FROGUI.getUser(int i)
          Returns the values of the users array of the GUI.
 

Constructors in frog.gui with parameters of type User
DeviceDialog(User u)
          Creates a new DeviceDialog with a User to determine connectivity.
PlayerPanel(User user)
          Create a new PlayerPanel.
RecognitionSectionPanel(User user)
          Creates a new RecognitionSectionPanel.