3

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?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Jay
  • 1,235
  • 10
  • 28
  • 49
  • 2
    Why? Surely that will just block the user from continuing? – Braiba Jul 07 '12 at 10:55
  • Please have a look at this [example](http://stackoverflow.com/a/10528086/1057230). I hope this can be used in this case too , though without opacity related stuff :-) – nIcE cOw Jul 07 '12 at 11:58

1 Answers1

3

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

If so, the following might be useful:

mikera
  • 105,238
  • 25
  • 256
  • 415