Index: trunk/src/org/openstreetmap/josm/gui/widgets/JMultilineLabel.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/widgets/JMultilineLabel.java	(revision 9462)
+++ trunk/src/org/openstreetmap/josm/gui/widgets/JMultilineLabel.java	(revision 9463)
@@ -51,4 +51,5 @@
             html = "<html>" + html + "</html>";
         }
+        setFocusable(false);
         super.setText(html);
     }
