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
-
Crawl()
- implements the tester-environment
-
actionPerformed(ActionEvent)
- Called when one of the Buttons is pressed.
-
main(String[])
- creates the tester-environment
Crawl
public Crawl()
- implements the tester-environment
main
public static void main(String args[])
- creates the tester-environment
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.