Downloadliste

Projektbeschreibung

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

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2006-01-17 15:06
sdl4gcj-beta 0.2.0 (1 files Verstecken)

Versionsanmerkungen

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

Änderungsprotokoll

* 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)