第二次迭代
This commit is contained in:
parent
156eab8914
commit
8a3b6c1789
|
@ -1,10 +1,4 @@
|
|||
/**
|
||||
* Copyright (c) 2001-2016 Mathew A. Nelson and Robocode contributors
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
* http://robocode.sourceforge.net/license/epl-v10.html
|
||||
*/
|
||||
|
||||
package net.sf.robocode.ui.dialog;
|
||||
|
||||
|
||||
|
@ -28,14 +22,7 @@ import java.awt.event.InputEvent;
|
|||
import java.awt.event.KeyEvent;
|
||||
|
||||
|
||||
/**
|
||||
* Handles menu display and interaction for Robocode.
|
||||
*
|
||||
* @author Mathew A. Nelson (original)
|
||||
* @author Flemming N. Larsen (contributor)
|
||||
* @author Matthew Reeder (contributor)
|
||||
* @author Luis Crespo (contributor)
|
||||
*/
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
public class MenuBar extends JMenuBar {
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
/**
|
||||
* Copyright (c) 2001-2016 Mathew A. Nelson and Robocode contributors
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
* http://robocode.sourceforge.net/license/epl-v10.html
|
||||
*/
|
||||
|
||||
package net.sf.robocode.ui.dialog;
|
||||
|
||||
|
||||
|
@ -26,11 +20,7 @@ import java.net.MalformedURLException;
|
|||
import java.net.URL;
|
||||
|
||||
|
||||
/**
|
||||
* @author Mathew A. Nelson (original)
|
||||
* @author Matthew Reeder (contributor)
|
||||
* @author Flemming N. Larsen (contributor)
|
||||
*/
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
public class TeamCreator extends JDialog implements WizardListener {
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
/**
|
||||
* Copyright (c) 2001-2016 Mathew A. Nelson and Robocode contributors
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
* http://robocode.sourceforge.net/license/epl-v10.html
|
||||
*/
|
||||
|
||||
package net.sf.robocode.ui.dialog;
|
||||
|
||||
|
||||
|
@ -24,11 +18,7 @@ import java.net.URL;
|
|||
import java.util.List;
|
||||
|
||||
|
||||
/**
|
||||
* @author Mathew A. Nelson (original)
|
||||
* @author Flemming N. Larsen (contributor)
|
||||
* @author Robert D. Maupin (contributor)
|
||||
*/
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
public class TeamCreatorOptionsPanel extends WizardPanel {
|
||||
private TeamCreator teamCreator;
|
||||
|
@ -315,11 +305,7 @@ public class TeamCreatorOptionsPanel extends WizardPanel {
|
|||
return teamPackageLabel;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the teamPackage.
|
||||
*
|
||||
* @return Returns a String
|
||||
*/
|
||||
|
||||
public String getTeamPackage() {
|
||||
return (teamPackage != null) ? teamPackage : ".";
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue