Well I need to show text messages directly on the screen.
I tried searching a lot but found nothing that could solve my problem.
The options I found on the interner:
- To use a JFrame and render text on that.
- To print text on a console.
But the problems with these here I do not want any window to pop up.
I also want the text to be on top of all.
My attempt:
As far as my tries here it is :
Here is what it should look like:
As you can see my try is far from what I want.
Well is there a better way? Is it possible Without any Frames?
Well this could be similar to Toast messages in Android.