Class REApplet

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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
See Also:
  • Constructor Details

    • REApplet

      public REApplet()
      Creates an REApplet.
  • Method Details

    • init

      public void init()
      Initializes the applet and constructs GUI elements.
      Overrides:
      init in class Applet
    • 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.
      Overrides:
      action in class Component