Example #1
0
 /** Use the default station model */
 private void initFromDefault() {
   stationModel = smm.getDefaultStationModel();
   if (stationModel == null) {
     stationModel = new StationModel("Default model", new ArrayList());
   }
   setStationModel(stationModel, true);
 }