コード例 #1
0
 /** Redraw the correct editor panel (JReportPanel or the active CrosstabPanel) */
 public void repaintEditor() {
   if (jrf == null) return;
   jrf.getJPanelReport().repaint();
 }