modification
This commit is contained in:
@@ -13,9 +13,10 @@ public class SaveButton implements ActionListener {
|
||||
private int GRID_SIZE;
|
||||
private JTextField[][] grid;
|
||||
|
||||
public SaveButton(int GRID_SIZE, JTextField[][] grid ) {
|
||||
public SaveButton(int GRID_SIZE, JTextField[][] grid) {
|
||||
this.GRID_SIZE = GRID_SIZE;
|
||||
this.grid = grid;
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user