コード例 #1
0
 public void setEditorPnl(EditorPnl editorPnl) {
   if (editorPnl == null || !editorPnl.equals(this.editorPnl)) {
     //            System.out.println("Selecting "+editorPnl);
     this.editorPnl = editorPnl;
     firePropertyChange("recordingEditorChanged", null, editorPnl);
   }
 }