cookiesTxtText.setText(conf.getCookiesTxt());
pluckthisJXLText.setText(conf.getPluckThisJXL());
autoUpdatePanel.setFiles(conf.getAutoUpdateJXLs());
autoUpdatePeriodCheck.setSelected(conf.isAutoUpdatePeriodEnabled());
Period period = conf.getAutoUpdatePeriod();
autoUpdateFromSpinner.setValue(period.getFrom().toDate());
autoUpdateToSpinner.setValue(period.getTo().toDate());
autoUpdateIntervalSpinner.setValue(new Integer(conf.getAutoUpdateInterval()));
lafBox.selectCurrent();
lafListener = new LAFListener();
lafBox.addItemListener(lafListener);