rbSeparatorColon.addActionListener(selectAction);
rbSeparatorSemicolon.addActionListener(selectAction);
rbSeparatorOther.addActionListener(selectAction);
txSeparatorOther = new JTextField();
txSeparatorOther.setDocument(new LengthLimitingDocument(1));
txSeparatorOther.setColumns(5);
getFormValidator().registerTextField(txSeparatorOther);
cbxStrictLayout = new JCheckBox(getResources().getString("csvexportdialog.strict-layout")); //$NON-NLS-1$
getFormValidator().registerButton(cbxStrictLayout);