/** Defines the procedure for pressing a mouse button on the HexPanel */
 public void mousePressed(final MouseEvent e) {
   Controller.hexPanelMousePressed(e);
 }