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:
- Wes Biggs
boolean | action(Event e, Object arg) - Handles events in the applet.
|
void | init() - Initializes the applet and constructs GUI elements.
|
REApplet
public REApplet()
Creates an REApplet.
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.