Home
last modified time | relevance | path

Searched refs:jComboBoxGroup (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBGroupPanel.java31 JComboBox jComboBoxGroup; field in RBGroupPanel
114 jComboBoxGroup = new JComboBox(new GroupComboBoxModel(bundle)); in initComponents()
116 …jTableGroupTable = new JTable(new GroupItemsTableModel((BundleGroup)jComboBoxGroup.getSel… in initComponents()
120 …jLabelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment(… in initComponents()
137 jComboBoxGroup.addActionListener(new GroupComboActionListener(this)); in initComponents()
171 add(jComboBoxGroup, gbc); in initComponents()
187jComboBoxGroup = new JComboBox(new GroupComboBoxModel(mainBundle));//mainBundle.getGrou… in initComponents()
189 …jListGroup = new JList(new GroupItemsListModel((BundleGroup)jComboBoxGroup.getSelec… in initComponents()
194 … jLabelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in initComponents()
225 jComboBoxGroup.addActionListener(new GroupComboActionListener(this)); in initComponents()
[all …]