/**
  * Get the current view. Generally, this will be the one that is displayed in the window that is
  * top-most in the display.
  */
 public View getCurrentView() {
   return (View) _views.getSelectedItem();
 }