Index: trunk/src/org/openstreetmap/josm/gui/preferences/server/ServerAccessPreference.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/preferences/server/ServerAccessPreference.java	(revision 9624)
+++ trunk/src/org/openstreetmap/josm/gui/preferences/server/ServerAccessPreference.java	(revision 9625)
@@ -34,11 +34,11 @@
     }
 
+    /** indicates whether to use the default OSM URL or not */
+    private final OsmApiUrlInputPanel pnlApiUrlPreferences = new OsmApiUrlInputPanel();
+
     private ServerAccessPreference() {
         super(/* ICON(preferences/) */ "connection", tr("Connection Settings"),
                 tr("Connection Settings for the OSM server."), false, new JTabbedPane());
     }
-
-    /** indicates whether to use the default OSM URL or not */
-    private OsmApiUrlInputPanel pnlApiUrlPreferences;
 
     /**
@@ -67,5 +67,4 @@
         gc.weightx = 1.0;
         gc.insets = new Insets(0, 0, 0, 0);
-        pnlApiUrlPreferences = new OsmApiUrlInputPanel();
         pnl.add(pnlApiUrlPreferences, gc);
 
