rotationBox = new JComboBox();
rotationBox.addItem("90");
rotationBox.addItem("180");
rotationBox.addItem("270");
rotationPagesBox = new JComboBox();
rotationPagesBox.addItem(new StringItem(ValidationUtility.ALL_STRING, GettextResource.gettext(config
.getI18nResourceBundle(), "All")));
rotationPagesBox.addItem(new StringItem(ValidationUtility.EVEN_STRING, GettextResource.gettext(config
.getI18nResourceBundle(), "Even")));
rotationPagesBox.addItem(new StringItem(ValidationUtility.ODD_STRING, GettextResource.gettext(config
.getI18nResourceBundle(), "Odd")));
rotateComboLabel.setText(GettextResource.gettext(config.getI18nResourceBundle(),
"Clockwise rotation (degrees):"));
rotatePagesComboLabel.setText(GettextResource.gettext(config.getI18nResourceBundle(), "Pages:"));