Revision: 17996
          http://sourceforge.net/p/gate/code/17996
Author:   markagreenwood
Date:     2014-05-15 09:58:35 +0000 (Thu, 15 May 2014)
Log Message:
-----------
call the super constructor so that the dialog appears in the right place 
relative to the main window

Modified Paths:
--------------
    gate/trunk/src/main/gate/gui/BootStrapDialog.java

Modified: gate/trunk/src/main/gate/gui/BootStrapDialog.java
===================================================================
--- gate/trunk/src/main/gate/gui/BootStrapDialog.java   2014-05-15 01:22:36 UTC 
(rev 17995)
+++ gate/trunk/src/main/gate/gui/BootStrapDialog.java   2014-05-15 09:58:35 UTC 
(rev 17996)
@@ -71,6 +71,7 @@
   JFileChooser fileChooser = null;
 
   public BootStrapDialog(MainFrame aMainFrame){
+    super(aMainFrame);
     mainFrame = aMainFrame;
     thisBootStrapDialog = this;
     this.setTitle("BootStrap Wizard");
@@ -78,7 +79,6 @@
     initLocalData();
     initGuiComponents();
     initListeners();
-
   }//BootStrapDialog
 
   private void doCreateResource(){

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to