New create menu

- create menu embed generation parameters
This commit is contained in:
philippe lhardy
2022-01-23 11:28:13 +01:00
parent e426193690
commit 5a6fc2b879
3 changed files with 33 additions and 21 deletions

View File

@@ -80,8 +80,6 @@ implements StatusListener
con.add(scrollableMaze, BorderLayout.CENTER);
controler = new MazeControler(Display.this, params);
con.add(controler.getMoveControl(), BorderLayout.NORTH);
con.add(controler.getGenerationControl(), BorderLayout.SOUTH);
/*
scrollableMaze.addComponentListener(new ComponentAdapter() {
@Override