//This Script is to be used as a template for the testing of the various //GUI windows to be developed //Author:Michae Ausilio mausilio@umich.edu #include "MyWindow.C" //to get all connects to work you must .L Mywindow.C+ to get it to load void windowTest() { MyWindow* window = new MyWindow(gClient->GetRoot()); return; }