@@ -359,7 +359,7 @@ public void clipIt() throws IOException, InterruptedException {
359
359
}
360
360
}
361
361
}
362
- FXMLLoader fxmlLoader = new FXMLLoader (HelloApplication .class .getResource ("clipping-view.fxml" ));
362
+ FXMLLoader fxmlLoader = new FXMLLoader (HelloApplication .class .getResource ("/ clipping-view.fxml" ));
363
363
Scene scene = new Scene (fxmlLoader .load (), 600 , 400 );
364
364
Stage stage = new Stage ();
365
365
stage .setTitle ("ClippyFX Clipping" );
@@ -378,7 +378,7 @@ public void clipIt() throws IOException, InterruptedException {
378
378
}
379
379
380
380
public void loadURLFile (String link ) throws IOException , URISyntaxException , InterruptedException {
381
- FXMLLoader fxmlLoader = new FXMLLoader (HelloApplication .class .getResource ("compatablityator-view.fxml" ));
381
+ FXMLLoader fxmlLoader = new FXMLLoader (HelloApplication .class .getResource ("/ compatablityator-view.fxml" ));
382
382
Scene scene = new Scene (fxmlLoader .load (), 600 , 400 );
383
383
Stage stage = new Stage ();
384
384
stage .setTitle ("ClippyFX: Advanced video loader" );
@@ -391,7 +391,7 @@ public void loadURLFile(String link) throws IOException, URISyntaxException, Int
391
391
}
392
392
393
393
public void loadFileDirect (File file ) throws IOException , InterruptedException , URISyntaxException {
394
- FXMLLoader fxmlLoader = new FXMLLoader (HelloApplication .class .getResource ("compatablityator-view.fxml" ));
394
+ FXMLLoader fxmlLoader = new FXMLLoader (HelloApplication .class .getResource ("/ compatablityator-view.fxml" ));
395
395
Scene scene = new Scene (fxmlLoader .load (), 600 , 400 );
396
396
Stage stage = new Stage ();
397
397
stage .setTitle ("ClippyFX: Advanced video loader" );
@@ -413,7 +413,7 @@ public void loadFile(MouseEvent mouseEvent) throws IOException, InterruptedExcep
413
413
}
414
414
}
415
415
}
416
- FXMLLoader fxmlLoader = new FXMLLoader (HelloApplication .class .getResource ("compatablityator-view.fxml" ));
416
+ FXMLLoader fxmlLoader = new FXMLLoader (HelloApplication .class .getResource ("/ compatablityator-view.fxml" ));
417
417
Scene scene = new Scene (fxmlLoader .load (), 600 , 400 );
418
418
Stage stage = new Stage ();
419
419
stage .setTitle ("ClippyFX: Advanced video loader" );
@@ -439,7 +439,7 @@ public void loadYoutube(String direct) throws IOException {
439
439
}
440
440
}
441
441
}
442
- FXMLLoader fxmlLoader = new FXMLLoader (HelloApplication .class .getResource ("youtube-view.fxml" ));
442
+ FXMLLoader fxmlLoader = new FXMLLoader (HelloApplication .class .getResource ("/ youtube-view.fxml" ));
443
443
Scene scene = new Scene (fxmlLoader .load (), 600 , 213 );
444
444
Stage stage = new Stage ();
445
445
stage .setTitle ("ClippyFX: Youtube video loader" );
0 commit comments