@ -2,7 +2,7 @@ package BattleShip;
import javax.swing.*;
public class BSButton {
public class BSButton extends JButton {
int gridLocation;
Ship cellContents = null;