Browse Source

Added Splashscreen... (2 min of work, inclusive googling!)

Max Nuding 12 years ago
parent
commit
b6ffb07c17
3 changed files with 3 additions and 2 deletions
  1. 2
    2
      Cube Control/makefile
  2. 1
    0
      Cube Control/manifest.txt
  3. BIN
      Cube Control/splash.jpg

+ 2
- 2
Cube Control/makefile View File

@@ -11,10 +11,10 @@ TARGET = win
11 11
 JAVAFILES = HelperUtility.java AnimationUtility.java Animation.java AFrame.java cubeWorker.java layerEditFrame.java Led3D.java Frame.java
12 12
 
13 13
 ifeq ($(TARGET),unix)
14
-INJAR = *.class *.png serialHelper
14
+INJAR = *.class *.png serialHelper splash.jpg
15 15
 RM = rm
16 16
 else
17
-INJAR = *.class *.png serialHelper.exe
17
+INJAR = *.class *.png serialHelper.exe splash.jpg
18 18
 RM = del
19 19
 endif
20 20
 

+ 1
- 0
Cube Control/manifest.txt View File

@@ -1 +1,2 @@
1 1
 Main-Class: Frame
2
+Splashscreen-Image: splash.jpg

BIN
Cube Control/splash.jpg View File


Loading…
Cancel
Save