Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java528 JPanel processPanel = new JPanel(layout); in ProGuardGUI() local
529 processPanel.add(consoleScrollPane, stretchPanelConstraints); in ProGuardGUI()
594 tabs.add(msg("processTab"), processPanel); in ProGuardGUI()
624processPanel .add(Box.createGlue(), glueConstraints); in ProGuardGUI()
625processPanel .add(createPreviousButton(tabs), bottomButtonConstrai… in ProGuardGUI()
626processPanel .add(tip(viewButton, "viewConfigurationTip"), bottomButtonConstrai… in ProGuardGUI()
627processPanel .add(tip(saveButton, "saveConfigurationTip"), bottomButtonConstrai… in ProGuardGUI()
628processPanel .add(tip(processButton, "processTip"), lastBottomButtonCons… in ProGuardGUI()