Index: applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JobDispatcher.java
===================================================================
--- applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JobDispatcher.java	(revision 9937)
+++ applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JobDispatcher.java	(revision 10368)
@@ -25,9 +25,10 @@
 	public static JobDispatcher getInstance() {
 		if (instance == null)
-			instance = new JobDispatcher();
+			new JobDispatcher();
 		return instance;
 	}
 
 	private JobDispatcher() {
+		instance = this;
 		addWorkerThread().firstThread = true;
 	}
