Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java307 JPanel proGuardPanel = new JPanel(layout); in ProGuardGUI() local
308 proGuardPanel.add(splashPanel, splashPanelConstraints); in ProGuardGUI()
309 proGuardPanel.add(welcomeTextArea, welcomeTextAreaConstraints); in ProGuardGUI()
588 tabs.add(msg("proGuardTab"), proGuardPanel); in ProGuardGUI()
600proGuardPanel .add(Box.createGlue(), glueConstraints); in ProGuardGUI()
601proGuardPanel .add(tip(loadButton, "loadConfigurationTip"), bottomButtonConstrai… in ProGuardGUI()
602proGuardPanel .add(createNextButton(tabs), lastBottomButtonCons… in ProGuardGUI()