| | | 1 | destModel.addPhone(new PhoneModel(telephoneTextField.getText(),↵
|
| | | 2 | PhoneModel.TYPE_OTHER_PHONE));↵
|
| | | 3 | else if (telephoneComboBox.getSelectedIndex() == 11)↵
|
| | | 4 | destModel.addPhone(new PhoneModel(telephoneTextField.getText(),↵
|
| | | 5 | PhoneModel.TYPE_OTHER_FAX));↵
|
1 | if (telephoneComboBox.getSelectedIndex() == 12)↵ | | 6 | else if (telephoneComboBox.getSelectedIndex() == 12)↵
|
2 | destModel.addPhone(new PhoneModel(telephoneTextField.getText(),↵ | | 7 | destModel.addPhone(new PhoneModel(telephoneTextField.getText(),↵
|
3 | PhoneModel.TYPE_PAGER));↵ | | 8 | PhoneModel.TYPE_PAGER));↵
|
4 | else if (telephoneComboBox.getSelectedIndex() == 13)↵ | | 9 | else if (telephoneComboBox.getSelectedIndex() == 13)↵
|
5 | destModel.addPhone(new PhoneModel(telephoneTextField.getText(),↵ | | 10 | destModel.addPhone(new PhoneModel(telephoneTextField.getText(),↵
|
6 | PhoneModel.TYPE_PRIMARY_PHONE));↵ | | 11 | PhoneModel.TYPE_PRIMARY_PHONE));↵
|
7 | else if (telephoneComboBox.getSelectedIndex() == 14)↵ | | 12 | else if (telephoneComboBox.getSelectedIndex() == 14)↵
|
8 | destModel.addPhone(new PhoneModel(telephoneTextField.getText(),↵ | | 13 | destModel.addPhone(new PhoneModel(telephoneTextField.getText(),↵
|
9 | PhoneModel.TYPE_RADIO));↵ | | 14 | PhoneModel.TYPE_RADIO));
|
10 | else if (telephoneComboBox.getSelectedIndex() == 15)↵ | | | |
11 | destModel.addPhone(new PhoneModel(telephoneTextField.getText(),↵ | | | |
12 | PhoneModel.TYPE_TELEX));↵ | | | |
13 | else if (telephoneComboBox.getSelectedIndex() == 16)↵ | | | |
14 | destModel.addPhone(new PhoneModel(telephoneTextField.getText(),↵ | | | |
15 | PhoneModel.TYPE_TTY)); | | | |