Revision 44
SRC/src/fr/triangle/hyperalign/gui/config/TranslateConfigPane.java (revision 44) | ||
---|---|---|
111 | 111 |
checkBox.setMnemonic(KeyEvent.VK_C); |
112 | 112 |
checkBox.setSelected(false);*/ |
113 | 113 |
|
114 |
//PANEL 2 ----------------- sera modifié régulièrement en fonction des actions du panel 1
|
|
114 |
//PANEL 2 ----------------- sera modifi? r?guli?rement en fonction des actions du panel 1
|
|
115 | 115 |
JPanel subPanel2 = initSubPanel2(); |
116 | 116 |
c.fill = GridBagConstraints.HORIZONTAL; |
117 | 117 |
c.gridx = 0; |
... | ... | |
137 | 137 |
Vector<HyperalignText> texts = manager.getDataManager().getDictionaryManager().getTextsByDictionary(currentLang); |
138 | 138 |
textBox = new JComboBox(texts); |
139 | 139 |
currentText = texts.elementAt(0); |
140 |
textBox.setSelectedItem(currentText); //Initialisation du texte par défaut
|
|
140 |
textBox.setSelectedItem(currentText); //Initialisation du texte par d?faut
|
|
141 | 141 |
|
142 | 142 |
textBox.addActionListener(new ActionListener(){ |
143 | 143 |
public void actionPerformed(ActionEvent ae){ |
... | ... | |
174 | 174 |
langBox = new JComboBox(langs); |
175 | 175 |
|
176 | 176 |
currentLang = langs[0]; |
177 |
langBox.setSelectedItem(currentLang); //Initialisation de la langue par défaut
|
|
177 |
langBox.setSelectedItem(currentLang); //Initialisation de la langue par d?faut
|
|
178 | 178 |
|
179 | 179 |
langBox.addActionListener(new ActionListener(){ |
180 | 180 |
public void actionPerformed(ActionEvent ae){ |
Also available in: Unified diff