How can i show a splash screen while loading my project ?

How can i show a splash screen while loading my project with a progress bar ?
[84 byte] By [Kavarthapu.Madana] at [2007-10-2 5:37:48]
# 1

Hi,

have a look at the Tech Tips (Splash Screens and Mustang ):

http://java.sun.com/developer/JDCTechTips/2005/tt1115.html

for showing a splash screen.

Afterwards you could display your own JFrame with your application image and a progress bar at the bottom of the JFrame.

Cheers

Marco

http://www.user-interface.org

Marco1a at 2007-7-16 1:48:16 > top of Java-index,Desktop,Core GUI APIs...
# 2
Have a look at this tip, it might help. http://www.javaworld.com/javaworld/javatips/jw-javatip104.html
ajneoa at 2007-7-16 1:48:16 > top of Java-index,Desktop,Core GUI APIs...