diff --git a/src/main/java/com/charego/freecellfx/FreeCellApplication.java b/src/main/java/com/charego/freecellfx/FreeCellApplication.java index 13ec81f..06bbd3f 100644 --- a/src/main/java/com/charego/freecellfx/FreeCellApplication.java +++ b/src/main/java/com/charego/freecellfx/FreeCellApplication.java @@ -27,7 +27,6 @@ public class FreeCellApplication extends Application { Scene scene = new Scene(root); stage.setTitle("FreeCell"); - stage.getIcons().add(new Image("/icons/DIAMOND.jpg")); stage.setScene(scene); stage.setResizable(false); stage.show(); diff --git a/src/main/resources/icons/DIAMOND.jpg b/src/main/resources/icons/DIAMOND.jpg deleted file mode 100644 index 64b1337..0000000 Binary files a/src/main/resources/icons/DIAMOND.jpg and /dev/null differ diff --git a/src/main/resources/icons/LOST.png b/src/main/resources/icons/LOST.png deleted file mode 100644 index 445702c..0000000 Binary files a/src/main/resources/icons/LOST.png and /dev/null differ diff --git a/src/main/resources/icons/WON.png b/src/main/resources/icons/WON.png deleted file mode 100644 index e71398f..0000000 Binary files a/src/main/resources/icons/WON.png and /dev/null differ