Пример #1
0
 public ScenarioController(VegetationScenarioApp appFrame) {
   this.appFrame = appFrame;
   this.canvas = appFrame.getWwd();
   this.view = (OrbitView) canvas.getView();
 }