Even if this note is true it just adds confusion.
compressionInput.setPrototypeDisplayValue("0.");
compressionInput.setEditable(true);
JLabel compressionLabel =
- new JLabel("Level (1=fast, 6=best [4-6 are rarely useful])");
+ new JLabel("Level (1=fast, 6=best)");
jpegCheckbox = new JCheckBox("Allow JPEG Compression");
jpegCheckbox.addItemListener(new ItemListener() {
public void itemStateChanged(ItemEvent e) {
compressionInput = new Fl_Int_Input(tx + INDENT, ty,
INPUT_HEIGHT, INPUT_HEIGHT,
- _("level (1=fast, 6=best [4-6 are rarely useful])"));
+ _("level (1=fast, 6=best)"));
compressionInput->align(FL_ALIGN_RIGHT);
ty += INPUT_HEIGHT + INNER_MARGIN;