edited
This commit is contained in:
parent
9f0b7225e4
commit
193512eb63
|
|
@ -122,7 +122,7 @@ public class EditController extends Controller {
|
|||
* @param rb The resources used to localize the root object
|
||||
*/
|
||||
@Override
|
||||
public void initialize(URL location, ResourceBundle resources) {
|
||||
public void initialize(URL url, ResourceBundle rb) {
|
||||
Platform.runLater(() -> {
|
||||
textFields = new TextField[]{playerNumber, playerName, overallScore};
|
||||
scoreFields = new TextField[]{scores0, scores1, scores2, scores3, scores4, scores5};
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ package com.r0r5chach.controllers;
|
|||
/**
|
||||
* Class that defines the controller for the main View (main.fxml) of the GUI
|
||||
* Inherits from com.r0r5chach.controllers.Controller
|
||||
* @author r0r5chach
|
||||
*/
|
||||
public class MainController extends Controller {
|
||||
}
|
||||
Loading…
Reference in New Issue