public void newWindow(URL location) {
   SwingController controller = commonWindowCreation();
   controller.openDocument(location);
 }