Music Box Code
Brought to you by:
madeupmemories
File | Date | Author | Commit |
---|---|---|---|
MusicBox | 2012-09-11 | madeupmemories | [r21] adding updates for comparators, filefilters, re... |
README.TXT | 2010-02-08 | madeupmemories | [r1] First commit. Adding all class files, source f... |
build.xml | 2010-02-08 | madeupmemories | [r1] First commit. Adding all class files, source f... |
gpl-3.0.txt | 2010-02-08 | madeupmemories | [r1] First commit. Adding all class files, source f... |
manifest.mf | 2010-02-08 | madeupmemories | [r1] First commit. Adding all class files, source f... |
Music Box 1.0 This application is built entirely in Java and requires the latest JRE(Java Runtime Environment) in order to run. The latest Java update can be found at http://java.sun.com/javase/downloads/index.jsp The program can be run by double clicking MusicBox.jar or MusicBox.bat, or from the command line. From the command line please cd into the dist folder holding MusicBox.jar. Then type: java -Xms64m -Xmx256m -splash:"resources/No Talent Splash/NoTalent0.png" -jar MusicBox.jar The -Xms and -Xmx options are for setting the amount of memory used by the program. Using these specifications I have been able to play a file longer than 30 minutes in length. The -splash option displays the image splash as the program is loading. If the program is not working, you may need to set your Java classpath. For more help, please email me at madeupmemories@gmail.com Thank you for using Music Box!