gnu.regexp.util

Class REApplet

public class REApplet extends Applet

This is a simple applet to demonstrate the capabilities of gnu.regexp. To run it, use appletviewer on the reapplet.html file included in the documentation directory.

Version: 1.02

Author: Wes Biggs

Constructor Summary
REApplet()
Creates an REApplet.
Method Summary
booleanaction(Event e, Object arg)
Handles events in the applet.
voidinit()
Initializes the applet and constructs GUI elements.

Constructor Detail

REApplet

public REApplet()
Creates an REApplet.

Method Detail

action

public boolean action(Event e, Object arg)
Handles events in the applet. Returns true if the indicated event was handled, false for all other events.

init

public void init()
Initializes the applet and constructs GUI elements.