can anybody give me some URLs with documentation about creating process which runs after plugin instalation?
I need it for downloading some data - I want it to do in background - in same way when project is loading; just a progress bar with description in the statusbar of NetBeans IDE.
I think I should use NetBeans Progress API but I couldn't find any examples or tutorials.
Can you help with providing links to documentation or writing some template how to pin time-wasting process to NetBeans Progress API? Thanks a lot.