Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DProGuardGUI.java235 GridBagConstraints bottomButtonConstraints = new GridBagConstraints(); in ProGuardGUI() local
236 bottomButtonConstraints.anchor = GridBagConstraints.SOUTHEAST; in ProGuardGUI()
237 bottomButtonConstraints.insets = new Insets(2, 2, 4, 6); in ProGuardGUI()
238 bottomButtonConstraints.ipadx = 10; in ProGuardGUI()
239 bottomButtonConstraints.ipady = 2; in ProGuardGUI()
244 lastBottomButtonConstraints.insets = bottomButtonConstraints.insets; in ProGuardGUI()
245 lastBottomButtonConstraints.ipadx = bottomButtonConstraints.ipadx; in ProGuardGUI()
246 lastBottomButtonConstraints.ipady = bottomButtonConstraints.ipady; in ProGuardGUI()
603 …uardPanel .add(tip(loadButton, "loadConfigurationTip"), bottomButtonConstraints); in ProGuardGUI() local
607 inputOutputPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local
[all …]