* @return the initialized component instance
*/
public SimpleCancellableTask getScanningDictionariesTask() {
if (scanningDictionariesTask == null) {//GEN-END:|872-getter|0|872-preInit
// write pre-init user code here
scanningDictionariesTask = new SimpleCancellableTask();//GEN-BEGIN:|872-getter|1|872-execute
scanningDictionariesTask.setExecutable(new org.netbeans.microedition.util.Executable() {
public void execute() throws Exception {//GEN-END:|872-getter|1|872-execute
// write task-execution user code here
//#if !(TinyMode || TinyModeExport || LightMode || LightModeExport)
dictsFolder = folderBrowser.getSelectedFolderURL();