Browse Source

Refratoring

main
Thoumi Ngonga Brice 2 years ago
parent
commit
45bbe561ba
  1. 2
      src/main/java/BattleShip/AIGridGUI.java
  2. BIN
      target/classes/BattleShip/AIGridGUI.class

2
src/main/java/BattleShip/AIGridGUI.java

@ -552,7 +552,7 @@ public class AIGridGUI extends JPanel {
return shipsPlaced; return shipsPlaced;
} }
public String Text() {
public String getText() {
return text; return text;
} }

BIN
target/classes/BattleShip/AIGridGUI.class

Loading…
Cancel
Save