All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.applets.RomanNumeralConverter

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----benno.applets.RomanNumeralConverter

public class RomanNumeralConverter
extends Applet
implements ActionListener
This applet puts a simple user-interface on benno.number.Roman. It presents a simple interface to convert either way between Roman and modern decimal numerals. Try it out here.

See Also:
Roman

Variable Index

 o input
 o output

Constructor Index

 o RomanNumeralConverter()

Method Index

 o actionPerformed(ActionEvent)
 o init()

Variables

 o input
 public TextField input
 o output
 public TextField output

Constructors

 o RomanNumeralConverter
 public RomanNumeralConverter()

Methods

 o init
 public void init()
Overrides:
init in class Applet
 o actionPerformed
 public void actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index