|
|
@ -11,8 +11,8 @@ public class App extends Application { |
|
|
|
@Override |
|
|
|
public void start(Stage stage) throws IOException { |
|
|
|
|
|
|
|
FXMLLoader fxmlLoader = new FXMLLoader( |
|
|
|
App.class.getResource("student-list.fxml")); |
|
|
|
FXMLLoader fxmlLoader = new FXMLLoader(App.class.getResource("student-list.fxml")); |
|
|
|
|
|
|
|
Scene scene = new Scene(fxmlLoader.load(), 400, 400); |
|
|
|
stage.setTitle("Data"); |
|
|
|
stage.setScene(scene); |
|
|
|