Index: applications/editors/josm/plugins/imageryadjust/src/imageryadjust/ImageryAdjustMapMode.java
===================================================================
--- applications/editors/josm/plugins/imageryadjust/src/imageryadjust/ImageryAdjustMapMode.java	(revision 29608)
+++ applications/editors/josm/plugins/imageryadjust/src/imageryadjust/ImageryAdjustMapMode.java	(revision 29609)
@@ -1,13 +1,26 @@
 package imageryadjust;
 
-import java.awt.*;
 import static org.openstreetmap.josm.tools.I18n.tr;
 
-import java.awt.event.*;
+import java.awt.Component;
+import java.awt.Cursor;
+import java.awt.GridBagLayout;
+import java.awt.event.ActionEvent;
+import java.awt.event.KeyEvent;
+import java.awt.event.MouseEvent;
+import java.awt.event.MouseListener;
+import java.awt.event.MouseMotionListener;
+import java.util.ArrayList;
+import java.util.Iterator;
 import java.util.List;
-import java.util.*;
-
-import javax.swing.*;
-import javax.swing.Timer;
+
+import javax.swing.DefaultComboBoxModel;
+import javax.swing.DefaultListCellRenderer;
+import javax.swing.Icon;
+import javax.swing.JComboBox;
+import javax.swing.JLabel;
+import javax.swing.JList;
+import javax.swing.JOptionPane;
+import javax.swing.JPanel;
 
 import org.openstreetmap.josm.Main;
@@ -21,4 +34,5 @@
 import org.openstreetmap.josm.tools.ImageProvider;
 import org.openstreetmap.josm.tools.Shortcut;
+
 import utils.TimedKeyReleaseListener;
 
@@ -99,4 +113,6 @@
         if (e.getButton() != MouseEvent.BUTTON1)
             return;
+        
+        requestFocusInMapView();
 
         if (adjustingLayer.isVisible()) {
Index: applications/editors/josm/plugins/imageryadjust/src/imageryadjust/ImageryAdjustPlugin.java
===================================================================
--- applications/editors/josm/plugins/imageryadjust/src/imageryadjust/ImageryAdjustPlugin.java	(revision 29608)
+++ applications/editors/josm/plugins/imageryadjust/src/imageryadjust/ImageryAdjustPlugin.java	(revision 29609)
@@ -1,5 +1,4 @@
 package imageryadjust;
 
-import javax.swing.Action;
 import org.openstreetmap.josm.gui.IconToggleButton;
 import org.openstreetmap.josm.gui.MapFrame;
