package TicTacToe; import javax.swing.JButton; public class cell extends JButton { int value = 0; public cell() { } }