testing.users.ui.profile
Class UserProfileTest

java.lang.Object
  extended by vooga.arcade.VoogaGUI
      extended by testing.users.ui.profile.UserProfileTest
All Implemented Interfaces:
IVoogaGUI

public class UserProfileTest
extends VoogaGUI

Test program for the UserProfile. Creates a user, gives him friends & favorite games, and then asks for his profile to be drawn.

Author:
Alex Edelsburg

Constructor Summary
UserProfileTest()
           
UserProfileTest(javax.swing.JComponent profile)
           
UserProfileTest(UserDatabaseInterface userDB)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void showArcade(VoogaUser user)
          This method is called after a user is verified.
 
Methods inherited from class vooga.arcade.VoogaGUI
addArcadeEventListener, canGameRun, createNewFrame, fireArcadeEvent, getFrame, getUser, hideArcade, removeFrame, setGameRunningStatus, showErrorMessage, showInputDialog, showMessage, startLoginProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfileTest

public UserProfileTest()

UserProfileTest

public UserProfileTest(UserDatabaseInterface userDB)

UserProfileTest

public UserProfileTest(javax.swing.JComponent profile)
Method Detail

main

public static void main(java.lang.String[] args)

showArcade

public void showArcade(VoogaUser user)
Description copied from interface: IVoogaGUI
This method is called after a user is verified. It shows the main arcade screen where users can select games and many other functions.

Specified by:
showArcade in interface IVoogaGUI
Overrides:
showArcade in class VoogaGUI