Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java513 JPanel optionsPanel = new JPanel(layout); in ProGuardGUI() local
515 optionsPanel.add(preverificationOptionsPanel, panelConstraints); in ProGuardGUI()
516 optionsPanel.add(consistencyPanel, panelConstraints); in ProGuardGUI()
519optionsPanel.add(tip(whyAreYouKeepingPanel, "whyAreYouKeepingTip"), stretchPanelConstraints); in ProGuardGUI()
595 tabs.add(msg("informationTab"), optionsPanel); in ProGuardGUI()
622 optionsPanel .add(Box.createGlue(), glueConstraints); in ProGuardGUI()
623 optionsPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI()
624 optionsPanel .add(createNextButton(tabs), lastBottomButtonConstraints); in ProGuardGUI()