Thread
:
How to display an image in JApplet
View Single Post
#
2
(
permalink
)
07-24-2007, 04:02 AM
christina
Member
Join Date: Jul 2007
Posts: 39
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.
christina
View Public Profile
Send a private message to christina
Find all posts by christina