/**
* Class ButtonEx5Test tests the swing and Cartesian classes
* @author G. Greer modified M. Booth
* @version 1.0
*/
public class ButtonEx5Test
{
    //main method
    public static void main (String [] args)
    {
        ButtonEx5 appl;
        appl = new ButtonEx5 ();
    }
}//end of test class