1

is it possible to create a plugin or add on for netbeans such that whenever i run or compile a project, a pop up box shows me that run complete or build complete. I know i can create a pop up box using java. this is just to know, consider something like learning process.

1 Answer 1

1

I assume that you can do something like so, please take a look at this Netbeans Plugin Tutorial.

However, what you are requesting, a build complete notification is already available through Netbean's Console output window. Also, popups can get pretty annoying pretty fast, so be careful.

Sign up to request clarification or add additional context in comments.

3 Comments

thnx... its just to learn as it can be applied to various applications.
if i create a plugin through netbeans module, does it work whenever or whatever project i compile or run?
@Raj Unfortunately I have no experience with Netbeans modules, but I would assume that as long as your plugin is compatible with the same Netbeans version you are running, as long as you are running Netbeans, you should get the same behavior regardless of what project you are doing.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.