added todos
This commit is contained in:
parent
b667265472
commit
05a5a09394
|
|
@ -132,6 +132,8 @@ public class MainController implements Initializable {
|
||||||
competitorTable.getColumns().add(new TableColumn<Competitor,String>("Player Name"));
|
competitorTable.getColumns().add(new TableColumn<Competitor,String>("Player Name"));
|
||||||
competitorTable.getColumns().add(new TableColumn<Competitor,Rank>("Player Rank"));
|
competitorTable.getColumns().add(new TableColumn<Competitor,Rank>("Player Rank"));
|
||||||
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 favorite characters
|
||||||
}
|
}
|
||||||
|
|
||||||
private void loadPlayer(Competitor player) {
|
private void loadPlayer(Competitor player) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue