Hi
i'm trying to make a JFrame with 4 jlabels. So far no problems, but i want it to show the first only. 4 seconds later the second, and so on...
I know how to make the labels invisible and vasiable again, i just don't know about the time delay.
When searching the net a came across Thread.sleep();
But that showed my entire jframe after it went through all the sleep times, and didn't make the lables one by one visible.:sad:
Do you guys have any advice you can give me?