Skip to content

Commit

Permalink
Fix checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
NereusWB922 committed Sep 17, 2023
1 parent f9ad198 commit e0a4a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/corgi/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void start(Stage stage) {

Image icon = new Image(this.getClass().getResourceAsStream("/images/icon.jpg"));
stage.getIcons().add(icon);

try {
FXMLLoader fxmlLoader = new FXMLLoader(Main.class.getResource("/view/MainWindow.fxml"));
AnchorPane ap = fxmlLoader.load();
Expand Down

0 comments on commit e0a4a8c

Please sign in to comment.