Update icon

This commit is contained in:
Manfred Karrer 2014-11-13 21:40:06 +01:00
parent 1b96f191e7
commit e42ab6c849
4 changed files with 2 additions and 2 deletions

View File

@ -130,9 +130,9 @@ public class BitsquareApp extends Application {
if (Utilities.isOSX())
iconPath = ImageUtil.isRetina() ? "/images/window_icon@2x.png" : "/images/window_icon.png";
else if (Utilities.isWindows())
iconPath = "/images/taskbar_icon_windows.png";
iconPath = "/images/task_bar_icon_windows.png";
else
iconPath = "/images/taskbar_icon_linux.png";
iconPath = "/images/task_bar_icon_linux.png";
if (iconPath != null)
primaryStage.getIcons().add(new Image(getClass().getResourceAsStream(iconPath)));

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB