I want to show some Message at run time in my app without giving any option in Message Dialog Java swing , and my app also run with this showing message. So how can I do that?
Sounds like you want something like pop-up notifications that don't affect the program flow?
If so, the following might be useful: