Télécharger la liste

Description du projet

sdl4gcj is a GCJ(http://gcc.gnu.org/java/) binding to SDL(Simple DirectMedia Layer : http://www.libsdl.org/).

Système requise

System requirement is not defined

Livrée : 2006-01-17 15:07
sdl4gcj-doc 0.2.0 (1 files Cacher)

Notes de release

* Changed : To throw out the exception, the following methods were changed.
* Removed constructors and methods in Music class.

Changelog

* Changed : To throw out the exception, the following methods were changed.
** sdl4gcj.image.Image.load() : Surface
** sdl4gcj.cdrom.CD.open()
** sdl4gcj.input.Joystick.open()
** sdl4gcj.video.Surface.loadBMP() : Surface
** sdl4gcj.ttf.TTFSystem.init()
** sdl4gcj.SDLSystem.init()

* Removed constructors and methods in Music class.
** public Music(File file)
** public Music(String filePath)
** private Music#loadMucisFromFile(String filePath)