display image before starting the application(.jar)
Hi all,I would like to display image before starting the application.I have created a jar file my application.As I double click the jar to run the application, a image(like a logo) should be displayed before the application starts.How can I do this?
[284 byte] By [
cvinodka] at [2007-11-26 13:14:38]

# 1
Are you running an applet? If so, see this document http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/special_attributes.htmlIf it's a desktop application, there aer numerous ways. A web search for "java splash screen" will turn up many examples.