guiVersion of project, rewriting code for maximum clarity

This commit is contained in:
Joshua-Ashton01
2022-11-08 16:30:25 -07:00
parent 609cc983cc
commit 823683e5c4
12 changed files with 251 additions and 208 deletions
+11
View File
@@ -0,0 +1,11 @@
public class DndCharacterBuilder {
public static void main(String[] args) {
PanelHolder guiPanels = new PanelHolder();
UImanager gui = new UImanager(guiPanels);
}
}