= new EnableAction
(XNap.tr("Refresh lists every"),
new Component[] { autoFetchNapigatorIntervalTextField },
napPrefs.getAutoFetchNapigator());
GridBagHelper.addComponent
(jpStartup, new XNapCheckBox(autoFetchNapigatorAction));
GridBagHelper.addComponent
(jpStartup, autoFetchNapigatorIntervalTextField);
GridBagHelper.addLabel(jpStartup, XNap.tr("hours"));
// XXX: workaroung to ensure left alignment
GridBagHelper.add(jpStartup, new JLabel());