From b93ec4dc5dfe18ff637673778c7b2bd33533dee5 Mon Sep 17 00:00:00 2001
From: GOXR3PLUS
*General Layout and Code Bug Fixes
-
*New Spectrum Analyser mode [ Circle with Lines]
+
*New Spectrum Analyser model [ Circle with Lines]
*Changes Rozette Visualizer [ You need to check it :) ]
*Added SnapShot tool to the application
*Preparing for saving all application settings into JSON database
diff --git a/src/snapshot/SnapshotWindowController.java b/src/snapshot/SnapshotWindowController.java
index 7040df84..afa98463 100644
--- a/src/snapshot/SnapshotWindowController.java
+++ b/src/snapshot/SnapshotWindowController.java
@@ -24,6 +24,7 @@
import javafx.scene.Scene;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
+import javafx.scene.image.Image;
import javafx.scene.input.KeyCode;
import javafx.scene.input.MouseButton;
import javafx.scene.layout.StackPane;
@@ -92,7 +93,7 @@ public SnapshotWindowController() {
window.setX(0);
window.setY(0);
- // getIcons().add(new Image(getClass().getResourceAsStream("/image/icon.png")))
+ window.getIcons().add(new Image(getClass().getResourceAsStream(InfoTool.images+"icon.png")));
window.initStyle(StageStyle.TRANSPARENT);
window.setAlwaysOnTop(true);