View Single Post
  #2 (permalink)  
Old 07-24-2007, 04:02 AM
christina christina is offline
Member
 
Join Date: Jul 2007
Posts: 39
christina is on a distinguished road
Use javax.swing.Timer to display your image for some set period of time and then begin the Applet.
setRepeats(false) on your timer so that it only executes once.
Reply With Quote