mapDisplay.addKeyListener(inputHandler);
heightMapDisplay.addKeyListener(inputHandler);
heightMapDisplay.addMouseMotionListener(inputHandler);
heightMapDisplay.addMouseListener(inputHandler);
heightMapDisplay.start();
mapDisplay.start();
this.dialog.setVisible(true);