Remove icons
This commit is contained in:
parent
2ddd924637
commit
a16d4a6def
@ -27,7 +27,6 @@ public class FreeCellApplication extends Application {
|
|||||||
Scene scene = new Scene(root);
|
Scene scene = new Scene(root);
|
||||||
|
|
||||||
stage.setTitle("FreeCell");
|
stage.setTitle("FreeCell");
|
||||||
stage.getIcons().add(new Image("/icons/DIAMOND.jpg"));
|
|
||||||
stage.setScene(scene);
|
stage.setScene(scene);
|
||||||
stage.setResizable(false);
|
stage.setResizable(false);
|
||||||
stage.show();
|
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 |
Loading…
x
Reference in New Issue
Block a user