Example #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();
  }
Example #2
0
  final void doClose() {
    _thePanel.remove(thisPanel);

    super.doClose();
  }