}
private JPanel createPreviewButtonsPanel()
{
final JPanel previewButtonsPanel = new JPanel(new FlowLayout(FlowLayout.RIGHT));
previewButtonsPanel.add(new JCheckBox(new LimitRowsCheckBoxActionListener(maxPreviewRowsSpinner)));
previewButtonsPanel.add(maxPreviewRowsSpinner);
final PreviewAction thePreviewAction = new PreviewAction();
dialogModel.addPropertyChangeListener(thePreviewAction);
previewButtonsPanel.add(new JButton(thePreviewAction));