Add getField() method to Gui
parent
987bd867c8
commit
582a03178d
|
@ -106,4 +106,8 @@ public class Gui {
|
|||
return statsPanel;
|
||||
}
|
||||
|
||||
public JLabel getField(int row, int col) {
|
||||
return fields[row][col];
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue