InputHandler inputHandler = new InputHandler(this, mapDisplay);
mapDisplay.addKeyListener(inputHandler);
heightMapDisplay.addKeyListener(inputHandler);
heightMapDisplay.addMouseMotionListener(inputHandler);
heightMapDisplay.addMouseListener(inputHandler);
heightMapDisplay.start();
mapDisplay.start();