Update logo

master
skylarmt 9 years ago
parent 11115feebf
commit dad507d83d

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

@ -102,7 +102,7 @@ public class Main extends JRibbonFrame {
/** /**
* Version name, as it should be displayed. * Version name, as it should be displayed.
*/ */
public static final String VERSION_NAME = "1.8"; public static final String VERSION_NAME = "1.7.2";
/** /**
* The word "SyMAT". * The word "SyMAT".
@ -1048,10 +1048,10 @@ public class Main extends JRibbonFrame {
} }
// Set icon // Set icon
String[] sizes = {"16", "32", "48", "64", "128", "256"}; String[] sizes = {"16", "24", "32", "48", "64", "96", "128", "256", "512"};
for (String s : sizes) { for (String s : sizes) {
symatlogo.add(new ImageIcon( symatlogo.add(new ImageIcon(
Main.class.getResource("logo-filled" + s + ".png")).getImage()); Main.class.getResource(s + "x" + s + ".png")).getImage());
} }
// Command line args // Command line args

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Loading…
Cancel
Save