示例#1
0
 public void setCurrentTool(RegionOfInterestTool regionOfInterestTool) {
   for (Component c : this.getComponents()) {
     if (c instanceof DataPanel) {
       ((DataPanel) c).setCurrentTool(regionOfInterestTool);
     }
   }
 }