Class Crawl

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----com.sun.java.swing.JFrame
                                           |
                                           +----Crawl

public class Crawl
extends JFrame
implements ActionListener
Implements a tester-environment for testing the Grabber, the StringFinder and the Visualizer. Lets the user chose 1 of the 2 controllers.

See Also:
Visualizer, Grabber, StringFinder

Constructor Index

 o Crawl()
implements the tester-environment

Method Index

 o actionPerformed(ActionEvent)
Called when one of the Buttons is pressed.
 o main(String[])
creates the tester-environment

Constructors

 o Crawl
 public Crawl()
implements the tester-environment

Methods

 o main
 public static void main(String args[])
creates the tester-environment

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Called when one of the Buttons is pressed. Starts the selected Controller, creates a Visualizer and connects all components together.