Forgot to remove dead class.
This commit is contained in:
parent
8d14ff6c1b
commit
3310571776
@ -45,7 +45,6 @@ import javax.swing.SwingConstants;
|
|||||||
import javax.swing.event.ListSelectionEvent;
|
import javax.swing.event.ListSelectionEvent;
|
||||||
import javax.swing.event.ListSelectionListener;
|
import javax.swing.event.ListSelectionListener;
|
||||||
|
|
||||||
import eva2.server.go.problems.DiscType;
|
|
||||||
import eva2.tools.EVAHELP;
|
import eva2.tools.EVAHELP;
|
||||||
import eva2.tools.SelectedTag;
|
import eva2.tools.SelectedTag;
|
||||||
/*==========================================================================*
|
/*==========================================================================*
|
||||||
@ -428,7 +427,7 @@ implements PropertyEditor {
|
|||||||
GenericArrayEditor editor = new GenericArrayEditor();
|
GenericArrayEditor editor = new GenericArrayEditor();
|
||||||
|
|
||||||
|
|
||||||
DiscType[] initial = { new DiscType(3,4.), new DiscType(5, 7.)};
|
int[] initial = { 3,45, 7};
|
||||||
editor.setValue(initial);
|
editor.setValue(initial);
|
||||||
PropertyDialog pd = new PropertyDialog(editor,EVAHELP.cutClassName(editor.getClass().getName())
|
PropertyDialog pd = new PropertyDialog(editor,EVAHELP.cutClassName(editor.getClass().getName())
|
||||||
, 100, 100);
|
, 100, 100);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user