Home
last modified time | relevance | path

Searched refs:soundLineComboBox (Results 1 – 2 of 2) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureOptionsDialog.java55 private JComboBox<String> soundLineComboBox; field in CaptureOptionsDialog
92 owner.getCaptureConfig().setMixerName((String) soundLineComboBox.getSelectedItem()); in CaptureOptionsDialog()
302 soundLineComboBox = new JComboBox(); in CaptureOptionsDialog()
303 audioSettingsPanel.add(soundLineComboBox, new GridBagConstraints(2, 6, in CaptureOptionsDialog()
402 soundLineComboBox.setSelectedItem(owner.getCaptureConfig().getMixerName()); in CaptureOptionsDialog()
435 String sourceName = (String) soundLineComboBox.getSelectedItem(); in selectSoundSource()
439 soundLineComboBox.setModel(soundLineComboBoxModel); in selectSoundSource()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...