How to create a Splash Screen
843807Sep 28 2002 — edited Nov 20 2002For 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