From b93ec4dc5dfe18ff637673778c7b2bd33533dee5 Mon Sep 17 00:00:00 2001 From: GOXR3PLUS Date: Sun, 12 Mar 2017 20:40:36 +0200 Subject: [PATCH] Update 55 Released Vol 2 Some Bug Fixes --- XR3PlayerUpdatePage.html | 2 +- src/snapshot/SnapshotWindowController.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/XR3PlayerUpdatePage.html b/XR3PlayerUpdatePage.html index 5669fdc8..b18bcc21 100644 --- a/XR3PlayerUpdatePage.html +++ b/XR3PlayerUpdatePage.html @@ -415,7 +415,7 @@


*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);