Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java308 JPanel proGuardPanel = new JPanel(layout); in ProGuardGUI() local
309 proGuardPanel.add(splashPanel, splashPanelConstraints); in ProGuardGUI()
310 proGuardPanel.add(welcomePane, welcomePaneConstraints); in ProGuardGUI()
590 tabs.add(msg("proGuardTab"), proGuardPanel); in ProGuardGUI()
602proGuardPanel .add(Box.createGlue(), glueConstraints); in ProGuardGUI()
603proGuardPanel .add(tip(loadButton, "loadConfigurationTip"), bottomButtonConstrai… in ProGuardGUI()
604proGuardPanel .add(createNextButton(tabs), lastBottomButtonCons… in ProGuardGUI()