Hangman
The initial code I used was from the example hangman from java.sun.com. My thanks goes out to them for suppling sample code for us beginnners.
My revisions -
I changed the font size and the screen size to enable it to fit on the Zaurus.
I added code to retrieve the word list from a text file (rather from inside the code where it was originally). The name of this file is called wordlist.txt. It can be found in /home/QtPalmtop/java. You can add or delete words using the text editor on the Zaurus.
Download -
hangman_2.0_arm.ipk - Fixed word wrapping issue. Words are now stored in an editable text file called wordlist.txt (found in /home/QtPalmtop/java).
Source Code -
