update
This commit is contained in:
parent
05a5a09394
commit
fe50f72fe5
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue