Import menu items from original project

This commit is contained in:
2025-02-19 12:57:48 +01:00
parent 75bd5997df
commit 5f0bcda8ba
5 changed files with 229 additions and 9 deletions

View File

@@ -27,4 +27,8 @@ public class ShapesView extends JPanel {
this.draftman = new ShapeDraftman(g);
model.accept(draftman);
}
public Controller getController() {
return controller;
}
}