A Roman Numeral Converter applet

[Java stuff] [Ben's main page] [Hawaga]

This applet will convert between decimal notation and Roman numeral notation, using my benno.number.Roman Java code.

To use:
Type a decimal number, such as 15 into the left hand box and press Enter; it will be converted into Roman numerals.
or
Type a Roman numeral, such as XI into the right hand box and press Enter; it will be converted into decimal.

If you see this, then you can't use the Roman numeral converter, probably because your browser does not support Java or has it switched off.

The Java source code for the core converter code is available here.

E-mail me with comments/suggestions/complaints...

$Id: RomanNumeralConverter.html,v 1.9 2001/02/11 09:40:50 benc Exp $