Coobird's Blocks URL: http://projects.coobird.net/Blocks Changes: 0.2 (May 8, 2008) ----------------- * Allows changing of background image. -> BlocksApplet Change the "background" attribute in the "embed" and "object" tags of the index.html. -> BlocksApp The command-line argument "-background" to be followed with the path to the background image to use. e.g. java -jar BlocksApp -background c:\path\to\image.jpg * Default background image file name is "background.jpg". -> This is a change from "blocks-background.jpg" of Blocks 0.1. * BlocksPanel uses the AWT Toolkit to open the background image. -> This is a change from Blocks 0.1 which used the Java Image I/O API, which requires Java 2 SE Runtime Environment v 1.4.2 or higher. -> Now, the use of the AWT Toolkit should support Java SE 1.2 or higher. (Although, this is untested.) 0.1 (May 3, 2008) ----------------- * Original release.