offsetY = new IntegerSpinner();
offsetX.addChangeListener(this);
offsetY.addChangeListener(this);
orient = new ResizePanel(currentMap);
orient.addPropertyChangeListener(this);
// Offset panel
JPanel offsetPanel = new VerticalStaticJPanel();
offsetPanel.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createTitledBorder(OFFSET_TITLE),