Here is a new applet that renders nice flames in real time. The applet precalculates the color palette that is used on flame rendering.
The downloadable package includes the NetBeans 4.1 project files along with compiled class files. Check it out over here.
A Little break from Java development. Here is an example of lower level programming in form of a traditional snake game. The Snake game runs on Texas Instruments TI-89 calculator. The game is programmed with the C language and includes grayscale graphics and sprite handling among other things. I have included the source code along with TIGCC project file in the downloadable package.