Revision: 4109
          http://vexi.svn.sourceforge.net/vexi/?rev=4109&view=rev
Author:   mkpg2
Date:     2011-04-14 12:50:22 +0000 (Thu, 14 Apr 2011)

Log Message:
-----------
Remove trace.

Modified Paths:
--------------
    trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java

Modified: trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java
===================================================================
--- trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java       
2011-04-14 00:34:47 UTC (rev 4108)
+++ trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java       
2011-04-14 12:50:22 UTC (rev 4109)
@@ -519,7 +519,6 @@
         g.fillRect(0, 0, getSize().width, getSize().height);
         
         int centerOffset = (getSize().width-(int)font.getStringBounds(text, 
g.getFontRenderContext()).getWidth())/2;
-        System.err.println(centerOffset);
         g.setColor(color);
         g.setFont(font);
         g.drawString(text, centerOffset, 15);


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

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to