autoFetchNapigatorIntervalTextField = new ValidatedTextField
(napPrefs.getAutoFetchNapigatorInterval() + "", 5,
ValidatedTextField.NUMBERS_INT);
autoFetchNapigatorAction
= new EnableAction
(XNap.tr("Refresh lists every"),
new Component[] { autoFetchNapigatorIntervalTextField },
napPrefs.getAutoFetchNapigator());
GridBagHelper.addComponent
(jpStartup, new XNapCheckBox(autoFetchNapigatorAction));