public void clear()
 {
     mainWindow = null;
 }
 public void setup()
 {
     mainWindow = new WindowMain();
 }