/[Apache-SVN]/xmlgraphics/batik/branches/svg11/sources/org/apache/batik/gvt/event/AWTEventDispatcher.java
ViewVC logotype

Diff of /xmlgraphics/batik/branches/svg11/sources/org/apache/batik/gvt/event/AWTEventDispatcher.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- xmlgraphics/batik/branches/svg11/sources/org/apache/batik/gvt/event/AWTEventDispatcher.java	2005/07/16 10:26:04	219311
+++ xmlgraphics/batik/branches/svg11/sources/org/apache/batik/gvt/event/AWTEventDispatcher.java	2005/07/16 10:27:56	219312
@@ -411,7 +411,7 @@ public class AWTEventDispatcher implemen
         }
 
         if (lastHit != node) {
-            // post an MOUSE_EXITED
+            // post a MOUSE_EXITED event
             if (lastHit != null) {
                 gvtevt = new GraphicsNodeMouseEvent(lastHit,
                                                     MouseEvent.
@@ -429,7 +429,7 @@ public class AWTEventDispatcher implemen
                 processMouseEvent(gvtevt);
                 // lastHit.processMouseEvent(gvtevt);
             }
-            // post an MOUSE_ENTERED
+            // post a MOUSE_ENTERED event
             if (node != null) {
                 gvtevt = new GraphicsNodeMouseEvent(node,
                                                     MouseEvent.

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26