@ -133,7 +133,16 @@ public class BShip {
if(grid1.getEndGame() || grid2.getEndGame()) {
grid1.setEndGame();
} else {
if(grid2.areShipsPlaced()) {
shipsPlaced = true;
synchronized (lock) {
lock.notifyAll();
}
textArea.setText(grid2.getText());