Searched refs:isoLangCombo (Results 1 – 1 of 1) sorted by relevance
34 JComboBox isoLangCombo; field in PreferencesDialog92 isoLangCombo = new JComboBox(Locale.getISOLanguages()); in initComponents()112 isoLangCombo.setPreferredSize(localeDim3); in initComponents()138 for (int i = 0; i < isoLangCombo.getItemCount(); i++) { in initComponents()139 if (isoLangCombo.getItemAt(i).toString().equalsIgnoreCase(loclang)) { in initComponents()140 isoLangCombo.setSelectedIndex(i); in initComponents()177 localePanel.add(isoLangCombo); in initComponents()259 language = isoLangCombo.getSelectedItem().toString(); in updatePreferences()