Searched refs:createNextButton (Results 1 – 1 of 1) sorted by relevance
604 …proGuardPanel .add(createNextButton(tabs), lastBottomButtonCons… in ProGuardGUI()608 inputOutputPanel .add(createNextButton(tabs), lastBottomButtonConstraints); in ProGuardGUI()612 shrinkingPanel .add(createNextButton(tabs), lastBottomButtonConstraints); in ProGuardGUI()616 obfuscationPanel .add(createNextButton(tabs), lastBottomButtonConstraints); in ProGuardGUI()620 optimizationPanel .add(createNextButton(tabs), lastBottomButtonConstraints); in ProGuardGUI()624 optionsPanel .add(createNextButton(tabs), lastBottomButtonConstraints); in ProGuardGUI()851 private JButton createNextButton(final TabbedPane tabbedPane) in createNextButton() method in ProGuardGUI