~codescore-dev/codescore/version-1.0

« back to all changes in this revision

Viewing changes to src/net/codescore/ui/admin/testloaders/JudgeLoader.java

  • Committer: Adam Cornett
  • Date: 2008-03-16 21:50:13 UTC
  • Revision ID: adam.cornett@gmail.com-20080316215013-sr98v9he6ez74hey
Refactoring! changed the top package to net.codescore from net.launchpad.codescore to reflect the new website and to cut back on the lenght of full class names

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2008 Adam Cornett
3
 
 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
4
 
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
5
 
 * You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses>.
 
2
 * Copyright (C) 2008 Adam Cornett This program is free software; you can
 
3
 * redistribute it and/or modify it under the terms of the GNU General Public
 
4
 * License as published by the Free Software Foundation; either version 3 of the
 
5
 * License, or (at your option) any later version. This program is distributed
 
6
 * in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
 
7
 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
8
 * See the GNU General Public License for more details. You should have received
 
9
 * a copy of the GNU General Public License along with this program; if not, see
 
10
 * <http://www.gnu.org/licenses>.
6
11
 */
7
12
 
8
 
package net.launchpad.codescore.ui.admin.testloaders;
 
13
package net.codescore.ui.admin.testloaders;
9
14
 
10
15
import org.zkoss.zul.Window;
11
16