Index: applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagDialog.java
===================================================================
--- applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagDialog.java	(revision 33267)
+++ applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagDialog.java	(revision 33296)
@@ -46,4 +46,5 @@
 import org.openstreetmap.josm.data.osm.OsmPrimitive;
 import org.openstreetmap.josm.data.osm.OsmPrimitiveType;
+import org.openstreetmap.josm.data.preferences.ColorProperty;
 import org.openstreetmap.josm.gui.ExtendedDialog;
 import org.openstreetmap.josm.gui.layer.OsmDataLayer;
@@ -353,7 +354,6 @@
 
     class ColoredRenderer extends DefaultTableCellRenderer {
-        private final Color highlightColor =
-                Main.pref.getColor(marktr("Multitag Background: highlight"),
-                        new Color(255, 255, 200));
+        private final Color highlightColor = new ColorProperty(
+                marktr("Multitag Background: highlight"), new Color(255, 255, 200)).get();
         @Override
         public Component getTableCellRendererComponent(JTable table, Object value, boolean
