This is a space game applet which has you flying around in space and shooting the blue ships. For each blue ship you shoot you get 100 points. The little stars which appear are power-ups which give you 25% health. If a ship shoots you you lose 10% health and if you miss a ship it will cost you 25% health. Note: the applet works fine in the Applet Viewer but for some reason it does not work properly in any browsers (MS or Netscape). If you can work out why please tell me.
The program is a basic cd player in MS J++. It utilizes the Win32 APIs 'mciGetErrorString' and 'mciSendCommand' to talk to your cd drive. It works fairly well. It has all standard cd player functions, including: Play, Stop, Pause, Eject, Back, Forward. I also included a drop-comboBox to jump directly to a track. Check out my screen shot to see the excellent user-interface. The program also implements my 'FlatButton' control that I created to mimic that of CorelDraw.
A simple java notepad application. Created this app using JBuilder3 (JDK 1.2) using awt and swing. Pretty cool app but still basic...great for beginners. Be sure to look over the code to map the icons used in the app to the proper locations on your hard-drive. Have fun with it and make improvements. I have submitted the source code along with the classes used.