Index: src/org/openstreetmap/josm/gui/dialogs/RelationEditor.java
===================================================================
--- src/org/openstreetmap/josm/gui/dialogs/RelationEditor.java	(revision 775)
+++ src/org/openstreetmap/josm/gui/dialogs/RelationEditor.java	(working copy)
@@ -153,7 +153,8 @@
 			"as well as the members. In addition to this we should have a smart editor that " +
 			"detects the type of relationship and limits your choices in a sensible way.")+"</em></html>");
 		getContentPane().add(help, BorderLayout.NORTH);
-		try { setAlwaysOnTop(true); } catch (SecurityException sx) {}
+// Is there an important reason for AlwaysOnTop? - Commented out by Florian Heer	
+//		try { setAlwaysOnTop(true); } catch (SecurityException sx) {}
 		
 		// Basic Editor panel has two blocks; 
 		// a tag table at the top and a membership list below.
