Revision: 15097
          http://gate.svn.sourceforge.net/gate/?rev=15097&view=rev
Author:   valyt
Date:     2012-01-17 10:06:42 +0000 (Tue, 17 Jan 2012)
Log Message:
-----------
changed default version

Modified Paths:
--------------
    gate/trunk/src/gate/Main.java

Modified: gate/trunk/src/gate/Main.java
===================================================================
--- gate/trunk/src/gate/Main.java       2012-01-17 10:05:06 UTC (rev 15096)
+++ gate/trunk/src/gate/Main.java       2012-01-17 10:06:42 UTC (rev 15097)
@@ -142,12 +142,8 @@
   /** Run the user interface. */
   private static void runGui() throws GateException {
     try {
-      Class rmClass =
-              Gate.class
-                      .getClassLoader()
-                      .loadClass(
-                              
"org.jdesktop.swinghelper.debug.CheckThreadViolationRepaintManager");
-
+      Class rmClass =  Gate.class.getClassLoader().loadClass(
+          "org.jdesktop.swinghelper.debug.CheckThreadViolationRepaintManager");
       RepaintManager.setCurrentManager((RepaintManager)rmClass.getConstructor()
               .newInstance());
     } catch(Exception e) {
@@ -173,7 +169,6 @@
       }
     }
 
-
     //create the main frame, show it
     SwingUtilities.invokeLater(new Runnable(){
       public void run(){
@@ -357,7 +352,7 @@
       BufferedReader reader = new BomStrippingInputStreamReader(ver, "UTF-8");
       Main.version = reader.readLine();
     } catch(IOException ioe) {
-      Main.version = "6.1";
+      Main.version = "7.0";
     }
 
     // find out the build number

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to