c.gridx = 0;
c.gridy = 1;
add(outputOptionsPanel, c);
// RUN_BUTTON
runButton.addActionListener(new RunButtonActionListener(this));
runButton.setToolTipText(GettextResource.gettext(config.getI18nResourceBundle(), "Rotate selected files"));
runButton.setSize(new Dimension(88, 25));
c.fill = GridBagConstraints.NONE;
c.ipadx = 5;