|
@ -8,6 +8,7 @@ import java.awt.event.MouseListener; |
|
|
import java.util.ArrayList; |
|
|
import java.util.ArrayList; |
|
|
import java.util.*; |
|
|
import java.util.*; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class AIGridGUI extends JPanel { |
|
|
public class AIGridGUI extends JPanel { |
|
|
ArrayList<BSButton> buttons = new ArrayList<BSButton>(); |
|
|
ArrayList<BSButton> buttons = new ArrayList<BSButton>(); |
|
|
ArrayList<Ship> allShips = new ArrayList<Ship>(); |
|
|
ArrayList<Ship> allShips = new ArrayList<Ship>(); |
|
|