Home
last modified time | relevance | path

Searched defs:bottomButtonConstraints (Results 1 – 1 of 1) sorted by relevance

/external/proguard/src/proguard/gui/
DProGuardGUI.java235 GridBagConstraints bottomButtonConstraints = new GridBagConstraints(); in ProGuardGUI() local
601 …uardPanel .add(tip(loadButton, "loadConfigurationTip"), bottomButtonConstraints); in ProGuardGUI() local
605 inputOutputPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local
609 shrinkingPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local
613 obfuscationPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local
617 optimizationPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local
621 optionsPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local
625 …essPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local
626 …essPanel .add(tip(viewButton, "viewConfigurationTip"), bottomButtonConstraints); in ProGuardGUI() local
627 …essPanel .add(tip(saveButton, "saveConfigurationTip"), bottomButtonConstraints); in ProGuardGUI() local
[all …]