Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java125 private final JCheckBox noteCheckBox = new JCheckBox(msg("note")); field in ProGuardGUI
480 …consistencyPanel.add(tip(noteCheckBox, "noteTip"), … in ProGuardGUI()
1032noteCheckBox .setSelected(configuration.note == null || !configuration.… in setProGuardConfiguration()
1195 …configuration.note = noteCheckBox .isSelect… in getProGuardConfiguration()