starting optimizations and refactoring

This commit is contained in:
Josh Ashton
2024-03-24 18:46:26 -06:00
parent bf5a54d500
commit 0409a8f41d
5 changed files with 59 additions and 77 deletions
+1 -3
View File
@@ -186,9 +186,7 @@ public class Board extends JPanel {
for(int j = 0; j < 9; j++) {
CellGUI cell = new CellGUI(
grid[i][j],
s.getCellGUIStartMode(),
s.getTheme(),
s.getCellDimensions()
s
);
cell.addMouseListener(new MouseListener() {
@Override