/** Return the thingumy that should be printed. */
 public Component getPrintComponent() {
   return currentEditor.getPrintComponent();
 }