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

boolean
action(Event e, Object arg)
Handles events in the applet.
void
init()
Initializes the applet and constructs GUI elements.

Constructor Details

REApplet

public REApplet()
Creates an REApplet.

Method Details

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.