Search code examples
javaswingmessagejdialogjwindow

How to Show Only plain Message in Java without any Ok or Cancel Option?


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?


Solution

  • Sounds like you want something like pop-up notifications that don't affect the program flow?

    If so, the following might be useful: