@Override
 protected JComponent getComponent() {
   return myPanel == null ? null : myPanel.getRootPanel();
 }