How to open a pop-up before my tool window open
Hi,
I'm writing an Intellij Idea Plugin and i have a tool window. I will be show some source code analysis results in the tool window but the analysis is take time and i should open a loading pop-up until the analysis be finished.
How can i do that, any idea?
Thanks in advance.
Melek
Please sign in to leave a comment.
JBLoadingPanel might be of help
thanks for your answer, i'll be try this.