Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
m | 2013-11-14 | ||
README.txt | 2012-04-16 | 623 Bytes | |
devkit 1.1.5.jar | 2012-04-16 | 587.2 kB | |
console 1.1.5.jar | 2012-04-16 | 494.7 kB | |
Totals: 4 Items | 1.1 MB | 0 |
All rights to the owners of simplej.com New Functions: GetChar(number); returns a character from the correspoinding value save(string,filename); writes an external file with the string info ///not fully tested getTime(); alternative for System.getSystemNanoTime() getKey(key numb); returns a boolean value correspoinding to the number of the key(true==keypressed)// work with all keys keyPressed();returns the number of last key pressed useful to get the values of getkey(key numb)// work with all keys playMusic(filename); plays music /// not tested yet read(filename); reads an external file ///not fully tested