Searched refs:targetComboBox (Results 1 – 1 of 1) sorted by relevance
122 …private final JComboBox targetComboBox = new JComboBox(ListUtil.commaSeparatedList(msg("targets"))… field in ProGuardGUI462 … preverificationOptionsPanel.add(tip(targetComboBox, "targetTip"), constraintsLast); in ProGuardGUI()474 targetComboBox.setSelectedIndex(targetComboBox.getItemCount() - 1); in ProGuardGUI()1065 … targetComboBox.setSelectedItem(ClassUtil.externalClassVersion(configuration.targetClassVersion)); in setProGuardConfiguration()1069 targetComboBox.setSelectedIndex(targetComboBox.getItemCount() - 1); in setProGuardConfiguration()1192 … .isSelected() ? ClassUtil.internalClassVersion(targetComboBox.getSelectedIte… in getProGuardConfiguration()