Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to create a Splash Screen

843807Sep 28 2002 — edited Nov 20 2002
For anyone who's unfamiliar with the term, a splash screen is the graphic that displays the title etc. for a few seconds when you first execute a program.

What's the best way to develop one? I'm using applets for my program.

Could I just create a frame with an image on it and use the Timer class and a TimerEvent for it to display for a couple seconds?

Thanks,
Shawn
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2002
Added on Sep 28 2002
9 comments
319 views