Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java776 JPanel keepSubpanel = null; in addClassSpecifications() local
786 if (keepSubpanel == null || !panelName.equals(lastPanelName)) in addClassSpecifications()
789 keepSubpanel = new JPanel(layout); in addClassSpecifications()
790 keepSubpanel.setBorder(BorderFactory.createTitledBorder(BORDER, panelName)); in addClassSpecifications()
791 classSpecificationsPanel.add(keepSubpanel, panelConstraints); in addClassSpecifications()
800 keepSubpanel.add(boilerplateCheckBox, in addClassSpecifications()
809keepSubpanel.add(tip(boilerplateTextFields[index], "classNamesTip"), constraintsLastStretch); in addClassSpecifications()