Index: applications/editors/josm/plugins/videomapping/test/videotest.java
===================================================================
--- applications/editors/josm/plugins/videomapping/test/videotest.java	(revision 21631)
+++ applications/editors/josm/plugins/videomapping/test/videotest.java	(revision 21656)
@@ -28,4 +28,5 @@
 		sVP.setFile(new File("C:\\TEMP\\test.mpg"));
 		sVP.play(); //FIXME We have a bug so we get out of sync if we jump before the video is up (and this we CAN'T DETECT!!!)
+		/*
 		JButton b = new JButton("jump");
 		b.addActionListener(new ActionListener() {
@@ -36,5 +37,5 @@
 		});
 		sVP.add(b);
-
+		*/
 	}
 
