~mchaten/gg/main

« back to all changes in this revision

Viewing changes to main/server/src/net/sf/goodgame/server/administration/LobbiesPane.java

  • Committer: mchaten
  • Date: 2009-04-22 07:06:42 UTC
  • Revision ID: mchaten@gmail.com-20090422070642-kiscs52mfrikfbn5
Tags: 0.2b1
Multiple Fixes
Can't cancel out of a new game setup 
Can't have a new game with no name, and all spaces are trimmed out of new names for games
GPL Warnings for admin classes, GUIDispatcher and LoginPanel

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * To change this template, choose Tools | Templates
3
 
 * and open the template in the editor.
4
 
 */
 
2
    (C) 2009 Michael Chaten
 
3
        This file is part of GoodGame.
 
4
 
 
5
    GoodGame is free software; you can redistribute it and/or modify
 
6
    it under the terms of the GNU General Public License as published by
 
7
    the Free Software Foundation; version 3 of the License
 
8
 
 
9
    GoodGame is distributed in the hope that it will be useful,
 
10
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
    GNU General Public License for more details.
 
13
 
 
14
    You should have received a copy of the GNU General Public License
 
15
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
*/
5
17
package net.sf.goodgame.server.administration;
6
18
 
7
19
import java.awt.Component;