@ -24,5 +24,11 @@ public class GridGUI {
public void setShipLocations() {
for (Ship s : allShips) {
int shipLength = s.getLength();
int clearSpace = 0;
testLocations = new int[shipLength];
}