Searched refs:jComboBoxGroup (Results 1 – 1 of 1) sorted by relevance
31 JComboBox jComboBoxGroup; field in RBGroupPanel114 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()187 …jComboBoxGroup = 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 …]