Java

This is my Java projects page. Whatever I'm working on and I feel like it's worth sharing will be posted here.

Applications - MIDP

BaseConvert

BaseConvert is a small MIDP application useful for converting values between decimal, hex, binary and octal bases. The range allowed is of a 16 bit integer (0-65535). Source is available for download.

Version 1.2 (released 2006-12-05)

Download: BaseConvert.zip BaseConvert.jar BaseConvert.jad CHANGELOG

Older versions

Version 1.1 (released 2006-12-01)

Version 1.0 (released 2006-11-14)

BMICalculator

BMICalculator is a tiny application for your handheld device which will help you calculate your body mass index (BMI) which is a statistical measure of the weight of a person scaled according to height. Licensed under GPL. Using the Beartronics Fixed Point library.

It is compatible with CLDC1.0 devices, since it does not make use of floats.

Version 1.0 (released 2007-01-07)

Download: BMICalculator.zip BMICalculator.jar BMICalculator.jad

Applications - Swing

RTFEditor

RTFEditor is a tabbed, Swing based implementation of RTFEditorKit. It is just a demo application, you should not use it for anything else but testing. As RTFEditorKit does not support bulleted lists, neither does this implementation.

Java 6 is required to run RTFEditor (it won't work on anything older because it makes use of JtabbedPane.setTabComponentAt).

Version 1.0 (released 2007-01-13)

Download: RTFEditor.zip RTFEditor.jar

Resources

I use these resources exhaustively on my work.