Package org.pdfsam.plugin.split.listeners

Examples of org.pdfsam.plugin.split.listeners.RunButtonActionListener


        prefixHelpLabel = new JHelpLabel(helpTextPrefix, true);
        outputOptionsPanel.add(prefixHelpLabel);
        // END_HELP_LABEL_PREFIX
        // RUN_BUTTON
        // listener
        runButton.addActionListener(new RunButtonActionListener(this));
        runButton.setToolTipText(GettextResource.gettext(config.getI18nResourceBundle(), "Split selected file"));
        runButton.setMargin(new Insets(5, 5, 5, 5));
        runButton.setSize(new Dimension(88, 25));
        add(runButton);
        // END_RUN_BUTTON
View Full Code Here

TOP

Related Classes of org.pdfsam.plugin.split.listeners.RunButtonActionListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.