I\'m creating a game that includes the move history of its two players:
final DataModel model = new DataModel(); final JTable table = new JTable(model); //ext