Home | History | Annotate | Download | only in translit

Lines Matching defs:choices

74     private static JComboBox choices;
150 choices = new JComboBox(types.toArray());
152 choices.setEditable(false);
153 choices.setSelectedIndex(0);
154 choices.setRenderer(new NameRenderer());
155 choices.setActionCommand("transliterator");
157 choices.addActionListener(new ActionListener() {
165 sw.add(choices);
260 choices.setSelectedIndex(selectedIndex == -1 ? choices
264 choices.setForeground(Color.BLACK);
276 choices.setForeground(Color.LIGHT_GRAY);