Update logo
BIN
src/net/apocalypselabs/symat/128x128.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
src/net/apocalypselabs/symat/16x16.png
Normal file
After Width: | Height: | Size: 759 B |
BIN
src/net/apocalypselabs/symat/24x24.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
src/net/apocalypselabs/symat/256x256.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
src/net/apocalypselabs/symat/32x32.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
src/net/apocalypselabs/symat/48x48.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
src/net/apocalypselabs/symat/512x512.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
src/net/apocalypselabs/symat/64x64.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
src/net/apocalypselabs/symat/96x96.png
Normal file
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
|
||||||
|
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.7 KiB |