/** Method to handle a zoom in */
 private void handleZoomIn() {
   wavePanel.zoomIn();
 }