Word Twister 4K

An entry in the 2009 Java 4k Programming Contest.

A simple clone of Text Twist. Find as many words as possible from the letters given. Longer words score more points and there is a bonus for finding all words in one round. Find the six-letter word to progress to the next round. There are 60 different rounds in total.

Source code. It's not a good example of code because of the 4k restriction, which demands an absolute minimum of classes and methods. :)