Searched refs:targetCheckBox (Results 1 – 1 of 1) sorted by relevance
120 private final JCheckBox targetCheckBox = new JCheckBox(msg("target")); field in ProGuardGUI461 preverificationOptionsPanel.add(tip(targetCheckBox, "targetTip"), constraints); in ProGuardGUI()1029 targetCheckBox .setSelected(configuration.targetClassVersion != 0); in setProGuardConfiguration()1192 …configuration.targetClassVersion = targetCheckBox .isSelect… in getProGuardConfiguration()