This commit is contained in:
Joshua Perry 2023-02-01 16:49:38 +00:00
parent 05a5a09394
commit fe50f72fe5
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ public class MainController implements Initializable {
competitorTable.getColumns().add(new TableColumn<Competitor,int[]>("Player Scores")); competitorTable.getColumns().add(new TableColumn<Competitor,int[]>("Player Scores"));
//TODO: Add data to rows //TODO: Add data to rows
//TODO: Add favorite characters //TODO: Add favorite characters
//FIXME: Change from TableView to different model type (maybe list view)
} }
private void loadPlayer(Competitor player) { private void loadPlayer(Competitor player) {