sdl4gcj は Java から SDL (Simple DirectMedia Layer : http://www.libsdl.org/ ) を使うためのクラスライブラリです.
作成されたアプリケーションは GCJ(http://gcc.gnu.org/java/) でネイティブコードにコンパイルすることで, JRE なしで動作します.
* Changed : separate API documents from source archive.
* Fixed method name.
* Add palette set methods.
* Fixed archive file path bug in doc/Makefile.in .
* Changed : separate API documents from source archive.
* Removed comments from following files.
** doc/Doxyfile.en
** doc/Doxyfile.ja
* Fixed method name.
** Surface.displayForamtAlpha() -> Surface.displayFormatAlpha()
* Add following methods into Surface class.
** Surface#setPalette(Palette palette, int index)
** Surface#setPalette(Palette palette, int index, int firstcolor, int ncolors)