panelSpider.add(jLabel2, gridBagConstraints6);
}
return panelSpider;
}
public void initParam(Object obj) {
OptionsParam options = (OptionsParam) obj;
SpiderParam param = (SpiderParam) options.getParamSet(SpiderParam.class);
getSliderMaxDepth().setValue(param.getMaxDepth());
getSliderThreads().setValue(param.getThread());
getTxtSkipURL().setText(param.getSkipURL());
getTxtScope().setText(param.getScope());
getChkPostForm().setSelected(param.isPostForm());