// program can later on pass new nzb files to this first instance here;
// start background worker execution
startBgWorker();
// add content panes to the main window
QuitAction quitAction = addContentPanes(progBar);
// check for new program version
if(!BETA_VERSION)
checkProgramUpdate();