Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java122 …private final JComboBox targetComboBox = new JComboBox(ListUtil.commaSeparatedList(msg("targets"))… field in ProGuardGUI
464 … preverificationOptionsPanel.add(tip(targetComboBox, "targetTip"), constraintsLast); in ProGuardGUI()
476 targetComboBox.setSelectedIndex(targetComboBox.getItemCount() - 1); in ProGuardGUI()
1075targetComboBox.setSelectedItem(ClassUtil.externalClassVersion(configuration.targetClassVersion)); in setProGuardConfiguration()
1079 targetComboBox.setSelectedIndex(targetComboBox.getItemCount() - 1); in setProGuardConfiguration()
1203 … .isSelected() ? ClassUtil.internalClassVersion(targetComboBox.getSelectedIte… in getProGuardConfiguration()