private void okButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_okButtonActionPerformed
//WonderlandClientConfig wcc = WonderlandClientConfig.getDefault();
// store the audio quality
//wcc.setAudioQuality((AudioQuality) audioQualityComboBox.getSelectedItem());
AudioQuality audioQuality =
(AudioQuality) audioQualityComboBox.getSelectedItem();
Preferences prefs = Preferences.userNodeForPackage(LoginOptionsFrame.class);
prefs.put(
"org.jdesktop.wonderland.modules.audiomanager.client.AUDIO_QUALITY",
audioQuality.toString());
SoftphoneControlImpl.getInstance().setAudioQuality(audioQuality);
// store the phone number
//wcc.setPhoneNumber(phoneNumber.getText());