Searched refs:bottomButtonConstraints (Results 1 – 1 of 1) sorted by relevance
235 GridBagConstraints bottomButtonConstraints = new GridBagConstraints(); in ProGuardGUI() local236 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()601 …uardPanel .add(tip(loadButton, "loadConfigurationTip"), bottomButtonConstraints); in ProGuardGUI() local605 inputOutputPanel .add(createPreviousButton(tabs), bottomButtonConstraints); in ProGuardGUI() local[all …]