///////////////////////////////////
  // constructor
  //////////////////////////////////
  public SwingImportRangeData(
      final Layers theData, final String lastDirectory, final PropertiesPanel thePanel) {
    super(theData, lastDirectory, thePanel);

    // initialise the date to GMT, so that the date points aren't shifted
    _dateF.setTimeZone(java.util.TimeZone.getTimeZone("GMT"));
  }