Revision: 17502
          http://sourceforge.net/p/gate/code/17502
Author:   markagreenwood
Date:     2014-03-03 11:38:04 +0000 (Mon, 03 Mar 2014)
Log Message:
-----------
removed the code for loading the debug repaint manager, because the jar will 
always get removed from lib by a rebuild, and I'm going to move this into the 
dev tools plugin

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

Modified: gate/trunk/src/main/gate/Main.java
===================================================================
--- gate/trunk/src/main/gate/Main.java  2014-03-03 02:19:32 UTC (rev 17501)
+++ gate/trunk/src/main/gate/Main.java  2014-03-03 11:38:04 UTC (rev 17502)
@@ -153,14 +153,6 @@
 
   /** Run the user interface. */
   protected static void runGui() throws GateException {
-    try {
-      Class<?> rmClass =  Gate.class.getClassLoader().loadClass(
-          "org.jdesktop.swinghelper.debug.CheckThreadViolationRepaintManager");
-      RepaintManager.setCurrentManager((RepaintManager)rmClass.getConstructor()
-              .newInstance());
-    } catch(Exception e) {
-      // the debug classes from SwingHelper are not available
-    }
 
     Thread.currentThread().setPriority(Thread.MIN_PRIORITY);
 

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


------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to