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
462 … preverificationOptionsPanel.add(tip(targetComboBox, "targetTip"), constraintsLast); in ProGuardGUI()
474 targetComboBox.setSelectedIndex(targetComboBox.getItemCount() - 1); in ProGuardGUI()
1065targetComboBox.setSelectedItem(ClassUtil.externalClassVersion(configuration.targetClassVersion)); in setProGuardConfiguration()
1069 targetComboBox.setSelectedIndex(targetComboBox.getItemCount() - 1); in setProGuardConfiguration()
1192 … .isSelected() ? ClassUtil.internalClassVersion(targetComboBox.getSelectedIte… in getProGuardConfiguration()