sdl4gcj is a GCJ(http://gcc.gnu.org/java/) binding to SDL(Simple DirectMedia Layer : http://www.libsdl.org/).
* Changed : To throw out the exception, the following methods were changed.
* Removed constructors and methods in Music class.
* 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)