~mchaten/gg/main

« back to all changes in this revision

Viewing changes to main/TurnBasedGameFramework/src/net/sf/goodgame/tbgf/client/DefaultTurnBasedGameUI.java

  • Committer: mchaten
  • Date: 2009-04-22 02:40:45 UTC
  • Revision ID: mchaten@gmail.com-20090422024045-si6svkz6uwv5tie9
New Class GUIDispatcher to execute all things related to the GUI on the event thread.
Put the friend and userinfo classes in their own packages inside of client.user
Remove old debug message in MutableNetworkMessage

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
import net.sf.goodgame.client.gui.chat.ChatBox;
27
27
import net.sf.goodgame.client.gui.translucency.TranslucentJButton;
28
28
import net.sf.goodgame.client.gui.translucency.TranslucentJPanel;
29
 
import net.sf.goodgame.client.user.FriendsList;
30
 
import net.sf.goodgame.client.user.FriendsListGUI;
 
29
import net.sf.goodgame.client.user.friends.FriendsList;
 
30
import net.sf.goodgame.client.user.friends.FriendsListGUI;
31
31
import net.sf.goodgame.client.user.UserList;
32
32
import net.sf.goodgame.shared.UserType;
33
33