Searched defs:bottomButtonConstraints (Results 1 – 1 of 1) sorted by relevance
/external/proguard/src/proguard/gui/ |
D | ProGuardGUI.java | 235 GridBagConstraints bottomButtonConstraints = new GridBagConstraints(); in ProGuardGUI() local 603 …uardPanel .add(tip(loadButton, "loadConfigurationTip"), bottomButtonConstraints); in ProGuardGUI() local 607 inputOutputPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local 611 shrinkingPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local 615 obfuscationPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local 619 optimizationPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local 623 optionsPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local 627 …essPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local 628 …essPanel .add(tip(viewButton, "viewConfigurationTip"), bottomButtonConstraints); in ProGuardGUI() local 629 …essPanel .add(tip(saveButton, "saveConfigurationTip"), bottomButtonConstraints); in ProGuardGUI() local [all …]
|