0

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.

Ondřej Doněk
  • 529
  • 1
  • 10
  • 17

1 Answers1

0

This might be a good place to start: Using Progress Bar

funfried
  • 605
  • 3
  • 14