/** _more_ */
 private void setPointSize() {
   try {
     stationProbes.setPointSize(DEFAULT_POINT_SIZE);
     selectedStation.setPointSize(DEFAULT_POINT_SIZE * 2);
   } catch (Exception exc) {
     logException("Set point size ", exc);
   }
 }