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

/external/proguard/src/proguard/gui/
H A DProGuardGUI.java125 private final JCheckBox noteCheckBox = new JCheckBox(msg("note")); field in class:ProGuardGUI
482 consistencyPanel.add(tip(noteCheckBox, "noteTip"), constraints);
1040 noteCheckBox .setSelected(configuration.note == null || !configuration.note.isEmpty());
1206 configuration.note = noteCheckBox .isSelected() ? noteTextField.getText().length() > 0 ? ListUtil.commaSeparatedList(ClassUtil.internalClassName(noteTextField.getText())) : null : new ArrayList();
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ proguard/gui/ListPanel$2.class ListPanel ...

Completed in 102 milliseconds