pending files commited
don't really knwon what i am doing here, commit pending code ... Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
This commit is contained in:
@@ -31,13 +31,13 @@ public class Maze3dSettings
|
||||
void createSettingsGui() {
|
||||
if (params != null) {
|
||||
|
||||
IntegerField xl = new IntegerField("width",params.getXl());
|
||||
xl = new IntegerField("width",params.getXl());
|
||||
addField(xl);
|
||||
|
||||
IntegerField zl = new IntegerField("height",params.getZl());
|
||||
zl = new IntegerField("height",params.getZl());
|
||||
addField(zl);
|
||||
|
||||
IntegerField yl = new IntegerField("depth",params.getYl());
|
||||
yl = new IntegerField("depth",params.getYl());
|
||||
addField(yl);
|
||||
|
||||
reverse = new JCheckBox("reverse",params.isReverse());
|
||||
@@ -52,6 +52,9 @@ public class Maze3dSettings
|
||||
hg = new IntegerField(params.getHg());
|
||||
addField(hg);
|
||||
}
|
||||
else {
|
||||
System.err.println("params null");
|
||||
}
|
||||
}
|
||||
|
||||
Maze3dParams createParams()
|
||||
|
||||
Reference in New Issue
Block a user