Exemplo n.º 1
0
  final void doImport() {
    // ok, let's commit to the current settings, and retrieve the
    // current frequency
    _theFreq = (long) (FrequencyCombo.getValue() * 1000);

    // let the parent do the import
    super.doImport();
  }