Revision: 1101
Author:   peterdb
Date:     2006-04-27 12:38:27 -0700 (Thu, 27 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1101&view=rev

Log Message:
-----------
removed console output

Modified Paths:
--------------
    
trunk/spring-richclient/sandbox/src/main/java/org/springframework/richclient/util/FontSizeAdjuster.java
Modified: 
trunk/spring-richclient/sandbox/src/main/java/org/springframework/richclient/util/FontSizeAdjuster.java
===================================================================
--- 
trunk/spring-richclient/sandbox/src/main/java/org/springframework/richclient/util/FontSizeAdjuster.java
     2006-04-27 19:28:02 UTC (rev 1100)
+++ 
trunk/spring-richclient/sandbox/src/main/java/org/springframework/richclient/util/FontSizeAdjuster.java
     2006-04-27 19:38:27 UTC (rev 1101)
@@ -17,7 +17,6 @@
                public void eventDispatched(AWTEvent e) {
                        MouseWheelEvent event = (MouseWheelEvent) e;
                        if (event.isControlDown()) {
-                               System.out.println("adjust");
                                adjust(event.getWheelRotation() < 0 ? -1 : 1);
                        }
                }


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



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to