Searched refs:processPanel (Results 1 – 1 of 1) sorted by relevance
/external/proguard/src/proguard/gui/ |
D | ProGuardGUI.java | 528 JPanel processPanel = new JPanel(layout); in ProGuardGUI() local 529 processPanel.add(consoleScrollPane, stretchPanelConstraints); in ProGuardGUI() 594 tabs.add(msg("processTab"), processPanel); in ProGuardGUI() 624 … processPanel .add(Box.createGlue(), glueConstraints); in ProGuardGUI() 625 …processPanel .add(createPreviousButton(tabs), bottomButtonConstrai… in ProGuardGUI() 626 …processPanel .add(tip(viewButton, "viewConfigurationTip"), bottomButtonConstrai… in ProGuardGUI() 627 …processPanel .add(tip(saveButton, "saveConfigurationTip"), bottomButtonConstrai… in ProGuardGUI() 628 …processPanel .add(tip(processButton, "processTip"), lastBottomButtonCons… in ProGuardGUI()
|