Index: /trunk/autoquest-plugin-jfc/src/main/java/de/ugoe/cs/autoquest/plugin/jfc/commands/CMDgenerateJacaretoReplay.java
===================================================================
--- /trunk/autoquest-plugin-jfc/src/main/java/de/ugoe/cs/autoquest/plugin/jfc/commands/CMDgenerateJacaretoReplay.java	(revision 1715)
+++ /trunk/autoquest-plugin-jfc/src/main/java/de/ugoe/cs/autoquest/plugin/jfc/commands/CMDgenerateJacaretoReplay.java	(revision 1716)
@@ -191,8 +191,9 @@
 
         //@formatter:off
-        writeLine(writer, "<Calendar procTime=\"0\" "
+        writeLine(writer, "<Calendar "
+            + "procTime=\"0\" "
             + "duration=\"0\" "
             + "year=\"" + now.get(Calendar.YEAR) + "\" "
-            + "month=\"" + now.get(Calendar.MONTH) + "\" "
+            + "month=\"" + (now.get(Calendar.MONTH) + 1) + "\" "
             + "date=\"" + now.get(Calendar.DAY_OF_MONTH) + "\" "
             + "hour=\"" + now.get(Calendar.HOUR_OF_DAY) + "\" "
@@ -282,5 +283,5 @@
                 }
                 else if (event.getType() instanceof KeyPressed) {
-                    checkIfMouseDragged();
+                    // checkIfMouseDragged();
 
                     if (lastKeySequenceEvent == null) {
@@ -291,5 +292,5 @@
                 }
                 else if (event.getType() instanceof KeyReleased) {
-                    checkIfMouseDragged();
+                    // checkIfMouseDragged();
 
                     writeKeyEvent(writer, event, 402);
