Remove icons

This commit is contained in:
Charles Gould 2015-04-18 16:56:42 -04:00
parent 2ddd924637
commit a16d4a6def
4 changed files with 0 additions and 1 deletions

View File

@ -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();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB