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


i want show message @ run time in app without giving option in message dialog java swing , , app run showing message. how can that?

sounds want pop-up notifications don't affect program flow?

if so, following might useful:


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -