HomeSort by relevance Sort by last modified time
    Searched full:filterpanel (Results 1 - 1 of 1) sorted by null

  /external/proguard/src/proguard/gui/
FilterDialog.java 136 JPanel filterPanel = new JPanel(layout);
137 filterPanel.setBorder(BorderFactory.createTitledBorder(etchedBorder,
140 filterPanel.add(explanationTextArea, textConstraints);
142 filterPanel.add(tip(filterLabel, "nameFilterTip"), labelConstraints);
143 filterPanel.add(tip(filterTextField, "fileNameFilterTip"), textFieldConstraints);
145 filterPanel.add(tip(apkFilterLabel, "apkNameFilterTip"), labelConstraints);
146 filterPanel.add(tip(apkFilterTextField, "fileNameFilterTip"), textFieldConstraints);
148 filterPanel.add(tip(jarFilterLabel, "jarNameFilterTip"), labelConstraints);
149 filterPanel.add(tip(jarFilterTextField, "fileNameFilterTip"), textFieldConstraints);
151 filterPanel.add(tip(aarFilterLabel, "aarNameFilterTip"), labelConstraints)
    [all...]

Completed in 133 milliseconds