I have written a swing application in Java and want to display the logo of the application at program start-up for a couple of seconds before the actual program GUI appears. How do you think I can do this in swing?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A built-in Splash-Screen Functionality was added in Java SE 6, take a look here .