Online Demo



Introduction

The following applet shows our Java implementation of the mid-point and dual-point algorithms. Click on the button to run the program. A window will open showing our user interface. The code for the button applet was modified from the Java Tutorial, and it was used to allow our program to run as both an applet and a standalone application (exectuted with a command like: java <classname>).

Pay attention to the status bar!

NOTE: The program runs much faster if you download its classes and execute it using a command like: java GUIWindow_5

Otherwise, you have to be patient!