Splash screen is a special window that displays in a short time period before the main window of a program or website shows. Generally, on the splash screen, you will see an image that represents an introduction to the program or website. Sometimes, a splash screen displays a progress bar to inform the user about a process that is loading and might take a long time to complete. When the process completes, the splash screen disappears.
In Java, you can use the SplashScreen class (in awt package) to create a splash screen for your program. Alternatively, you can write your own code to create a splash screen. In this tutorial, i prefer to do the latter. First of all, you will have a class that extends the JFrame class. This class will represent the splash screen. In this tutorial, i name it as SimpleSplashScreen. The splash screen has no border and title. So will use the setUndecorated method to hide border and title. On the splash screen, there is an image that provides introductory information of the program. The JLabel component is used to wrap the image. Then it will be added on the splash screen to show the image. In the SimpleSplashScreen class, you need to add two methods. The first method (wait) allows the user to set the time delay of the splash screen. Another method (showScreen) will be invoked in the program to display the splash screen. Simply, when the time is out, the splash screen disappears and the Welcome window is shown.
This is the complete code of the SplashScreen program.
import java.awt.Container;
import java.awt.Font;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JLabel;
class SimpleSplashScreen extends JFrame{
int delay=2000; //default delay time 2 seconds
SimpleSplashScreen(String imgfile){
ImageIcon iicon=new ImageIcon(imgfile);
int iwidth=iicon.getIconWidth();
int iheight=iicon.getIconHeight();
setSize(iwidth,iheight);
setLocationRelativeTo(null);
setUndecorated(true);
Container cont=getContentPane();
JLabel lbl=new JLabel();
lbl.setIcon(iicon);
cont.add(lbl);
}
//set time delay
public void wait(int mills){
delay=mills;
}
public void showScreen(){
setVisible(true); //show the screen
try {
Thread.sleep(delay); //delay the screen
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
//close the SplashScreen when time out
dispose();
new MaiInterface();
}
}
class MaiInterface extends JFrame{
MaiInterface(){
setSize(400,300);
setTitle("Your main interface here");
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
Container cont=getContentPane();
JLabel lbl=new JLabel("Welcome");
lbl.setHorizontalAlignment(JLabel.CENTER);
lbl.setFont(new Font("Arial", Font.BOLD,30));
cont.add(lbl);
setVisible(true);
}
}
public class SplashSr {
public static void main(String[] args){
SimpleSplashScreen sss=new SimpleSplashScreen("d:/splashscreen.png");
sss.wait(5000);
sss.showScreen();
}
}
JMS Training Institutes in Chennai | JSP Training Institutes in Chennai | Java Spring Hibernate Training Institutes in Chennai | EJB Training Institutes in Chennai | Hibernate Training Institutes in Chennai |
ReplyDeleteJSF Training Institutes in Chennai | Java EE Training Institutes in Chennai | J2EE Training Institutes in Chennai | Core Java Training Institutes in Chennai | Java Training Institutes
| Struts2 Training Institutes in Chennai | Spring Training Institutes in Chennai
Jave website such as this one really rocks! Sharing your knowledge to other people is really inspiring, because not all are java programmers, but anyone can learn the basics. Students from http://bestessay.education/making-reaction-papers are really taking advantage of your post most of the time.
ReplyDeleteI have read your blog.It is really helpful.
ReplyDeleteRegards,
Struts Training in Chennai | Struts Training institutes in Chennai |
Struts Training Chennai
Java is programming language which is used in almost all the applications and games which are on the web. Java is being used extensively and it will be used extensively in near future. So getting trained in Java will surely be helpful.
ReplyDeleteThanks,
Java Training in Chennai | Java courses in Chennai | Java Training Institutes in Chennai
Useful post.It is really useful.Keep sharing.
ReplyDeleteRegards,
Angularjs Training | Angularjs Training in Chennai
This information is impressive; I am inspired with your post writing style & how continuously you describe this topic. After reading your post, thanks for taking the time to discuss this, I feel happy about it and I love learning more about this topic.
ReplyDeleteHadoop Training Chennai|Big Data Training Chennai|Best Hadoop Training in Chennai
It's really good to know that these java codings are still being used as reference of present and future java codes. Glad I was able to learn more here on how splash screen coding works.
ReplyDeleteThe blog gave me idea about splash screen Thanks for sharing it
ReplyDeleteHadoop Training in Chennai
really you have been shared very informative blog. it will be helpful to the peoples who are all working under the technology. so keep on sharing such kind of an interesting blog.
ReplyDeletehadoop training in chennai
really you have posted an informative blog. it will be really helpful to many peoples. thank you for sharing this blog. before i read this blog i didn't have any knowledge about this. but now i got some knowledge.
ReplyDeletejava training in chennai
Hi admin..,
ReplyDeleteFirst of i appreciate your coding knowledge. This is very nice. Iam really happy to command your blog because this is one of the nice blog for me. I gather lot of information from this blog.
Thanks for sharing.
Core Java Online Training
The information shared are very much useful My sincere Thanks for sharing this post please continue to share this post
ReplyDeleteJava Training in Chennai
This article is very much helpful and i hope this will be an useful information for the needed one. Keep on updating these kinds of informative things...Want to build your website.
ReplyDeleteWhite Label Website Builder
Your details are very informative for me. I am interested to learn AngularJS Training in Chennai or AngularJS course in Chennai Do you have this kind of post means kindly share with me.
ReplyDeletethank you java training in chennai
ReplyDeleteNeeded to compose you a very little word to thank you yet again regarding the nice suggestions you’ve contributed here.
ReplyDeleteJava Training in Bangalore
Thanks for sharing your blog of information.Really a awesome post.keep on blogging.Selenium Training in Chennai |
Delete|Oracle Training in Chennai
Crush and smash film or still pictures as 3D pieces detonate to uncover the following picture from Pixel Film Studios. With the 3D camera and lights in Movement 5, clients can produce their smash results to the following level. Turn, rotate or container around the media as it breakes into many minor pieces. FCPX Motion Plugins
ReplyDeleteThanks for one marvelous posting! I enjoyed reading it; you are a great author. I will make sure to bookmark your blog and may come back someday. I want to encourage that you continue your great posts, have a nice weekend!
ReplyDeleteJava Training in Chennai
Java Training in Bangalore
Java Training in Bangalore
Thank you !! Very usefull !!
ReplyDeletedot net training in chennai
matlab training in chennai
embedded system training in chennai
Useful post. Keep up the good work and share more.
ReplyDeleteAngularjs Training in Chennai | Angularjs courses in Chennai | Angular 4 Training in Chennai
Thanks for the given information.
ReplyDeletePHP Online Training | Pega Online Training | Oracle Soa Online Training
nice post
ReplyDeleteLoad runner Training in chennai | Sharepoint admin Training in chennai | ORACLE SOA Training in chennai
I have read your blog. Your information is really useful for beginner. informations provided here are unique and easy to understandThanks for this useful infromation. QTP Training in Chennai
ReplyDeleteJava Training in Chennai
Python Training in Chennai
Thanks for sharing in this useful information...
ReplyDeleteEmbedded system training in chennai
VLSI training in chennai
Final year projects in chennai
Automation training in chennai
PLC training institute in chennai
Technology is in a growing way, if you want to shine your career just try to learn a latest technology skill which is having great scope in future.
ReplyDeleteBest hadoop training institute in chennai|Big Data Hadoop Training in Chennai
Thank you for posting this beneficial content.
ReplyDeleteVlsi projects in chennai | Be projects in chennai
Nice Info!
ReplyDeleteIt is really a great and useful piece of info. I’m glad that you shared this helpful info with us. Thank you for sharing Final Year Bca Project Centres Chennai | ME Projects Chennai.
Thanks for useful information.Vlsi Project Centers In Chennai | Dotnet Projects Chennai.
ReplyDeleteIt is really a great and useful piece of info. I’m glad that you shared this helpful info with us. Thank you for sharing Bio Medical Inplant Training in Chennai.
ReplyDeleteThank you for posting this beneficial content material. You provided another one great article in bsc mini projects in chennai. I hope this information may change my business carrier.I can remember these things whenever taking the decision in realtime mini projects in chennai.
ReplyDeleteVery useful kinds of information.
ReplyDeleteThanks for sharing 2018 2019 Matlab Projects Chennai | ME Projects Chennai
Thank you.
ReplyDeleteIEEE Robotics Projects in Chennai,
Vlsi Projects in Chennai.
Really you shared the information is great and useful.I have learned new things.you also refer this ME Projects Chennai | Ns2 Projects in Chennai.
ReplyDeleteThank You.
This articles is very useful! Thank you Admin!
ReplyDeleteBest Embedded Training Institute in Chennai
Useful Article! Thank you Admin!
ReplyDeleteMatlab Training in Chennai | Embedded System Training in Chennai
Nice info!
ReplyDeleteThanks for sharing useful information.Best IEEE Research Projects in Chennai | 2018 2019 Final Year IOT Projects Chennai.
Hi Admin,
ReplyDeleteI went through your blog and it’s totally awesome. Keep on updating your site with such informative post.
ECE Project Centers in Chennai | Embedded Mini Project Centers in Chennai
Really wonderful post.Thanks for sharing such an informative post to our knowledge.
ReplyDeleteMobile Computing Project Centers in Chennai | Image Processing Project Centers in Chennai.
ReplyDeleteI have read your blog its very attractive and impressive.I like it your blog.
Msc Project Centers in Chennai | Project Centers in Chennai.
Very informative blog!Keep sharing such a good articles!
ReplyDeleteMca project centers in chennai | Btech project centers in chennai
It's interesting that many of the bloggers to helped clarify a few things for me as well as giving. Most of ideas can be nice content. The people to give them a good shake to get your point and across the command
ReplyDeleteJava training in Chennai
informatica training in chennai
oracle training in chennai
selenium training in chennai
hadoop training in chennai
unix training in chennai
Python training in Chennai
Super
ReplyDeletewww.aasaitravels.com
SUPER
ReplyDeletewww.aasaitravels.com
Nice Blog, Thanks for sharing this valuable one.This is very useful for me and gain more information,
ReplyDeleteAngularjs Training in Chennai | Dot Net Training in Chennai
Dissertation Writing Services
ReplyDelete
ReplyDeleteThanks for sharing the information, Salesforce experts a lot of openings in multi-level companies, for more information n
Salesforce Training
Salesforce certification Training program Salesforce Online Training in BangaloreSalesforce Training online in India
It's a nice post. Thank you for sharing this useful information. Keep up the good work.
ReplyDeleteIoT Training | IoT Courses
Thanks for making me this article. You have done a great job by sharing this content in here. Keep writing article like this.
ReplyDeleteMobile Apps Training
Mobile Apps Training in Chennai
Thanks for Sharing
ReplyDeleteSoftware Training in Chennai
Java Training in Chennai
Python Training in Chennai
IOT Training in Chennai
Selenium Training in Chennai
Data Science Training in Chennai
ReplyDeleteorganic cold pressed oils
natural cold pressed oils
organic oil
natural oil
pure herbal oil
ayurvedic oil store in jaipur
ayurvedic oil
Very Nice Article to read. Blog articles helped me alot in many ways to find the good solution. Am very happy to comments here. Thanks for sharing this kind of wonderful article in this blog. Lovely ! MATRIX dealers
ReplyDeleteIts Really Great Information Thank you sir And keep it up More Post.
ReplyDeleteCCTV Camera in jaipur at Rajasthan
Home security system in jaipur
Wireless Home Security System in jaipur
Realtime attendance machine in jaipur
CCTV Camera dealer in jaipur
Hikvision DVR in jaipur at Rajasthan
security system solutions in jaipur
Thanks for sharing this unique information with us. Your post is really awesome. Your blog is really helpful for me..
ReplyDeleteorganic oil
organic oil in jaipur
organic cold pressed oils
ayurvedic oil store in jaipur
Thanks for the post. Nice article.
ReplyDeleteIoT Training in Pune
IoT Certification
Unquestionably believe that which you said. Your favorite justification seemed to be on the web the easiest thing to be aware of. I say to you, I definitely get irked while people think about worries that they just don't know about. You managed to hit the nail upon the top and also defined out the whole thing without having side effect , people can take a signal. Will likely be back to get more. Thanks seo service
ReplyDeleteYou made some nice points there. I did a search on the subject and found most persons will approve with your site.online marketing
ReplyDeleteI needed to put you that little bit of word to give thanks as before regarding the awesome techniques you have discussed on this website. It's certainly tremendously open-handed with you in giving extensively all that numerous people could possibly have sold as an e book to earn some profit for themselves, and in particular now that you could possibly have tried it in the event you decided. These ideas likewise worked like a fantastic way to realize that someone else have a similar desire much like my own to figure out good deal more with reference to this matter. Certainly there are thousands of more pleasurable times ahead for those who read carefully your blog post.online marketing company
ReplyDeleteIÃve learn a few good stuff here. Certainly value bookmarking for revisiting. I wonder how so much effort you place to make the sort of excellent informative site. truck rental singapore
ReplyDeleteRegards to your hard work and efforts. This blog is really worth reading. It is really informative and unique. Keep sharing more such articles.
ReplyDeleteIoT Training in Chennai
IoT Courses in Chennai
Unix Training in Chennai
Unix Shell Scripting Training in Chennai
LINUX Training in Chennai
LINUX Course in Chennai
IoT Training in Anna Nagar
IoT Training in T Nagar
Awesome blog with lots of information. It is really helpful for all.
ReplyDeleteR Training in Chennai
R Programming Training in Chennai
Robotics Process Automation Training in Chennai
RPA Training in Chennai
Blue Prism Training in Chennai
Blue Prism Training Institute in Chennai
UiPath Training in Chennai
Data Science Course in Chennai
Nice Article !!!
ReplyDeleteluxury properties for sale in chennai
cheap luxury homes for sale in chennai
top luxury apartments in chennai
Howdy! I could have sworn I've been to this site before but after reading through some of the post I realized it's new to me. Anyways, I'm definitely delighted I found it and I'll be book-marking and checking back frequently! robotic systems integration
ReplyDeleteYour details are very informative for me
ReplyDeleteoracle training in chennai
Hi my friend! I wish to say that this article is awesome, nice written and include almost all important infos. I would like to see more posts like this. sell your property
ReplyDeleteNice Article !!! Great Share
ReplyDeletecommercial property for rent in chennai
residential apartments for rent in chennai
independent house for rent in chennai
Great post. I was checking continuously this weblog and I am inspired! Very helpful info specifically the last phase :) I care for such information much. I used to be seeking this certain info for a long time. Thanks and best of luck. temporary fence hire prices
ReplyDeleteThat is really interesting, You're a very professional blogger. I've joined your rss feed and look forward to looking for extra of your wonderful post. Additionally, I've shared your website in my social networks!preschool moorebank
ReplyDeleteGreat Post Thanks for sharing
ReplyDeleteDevOps Certification in Chennai
Salesforce Training in Chennai
Useful info
ReplyDeleteUnic Sol is the best java training in Hyderabad with job placements. Along with java training full stack, mean stack, angular & testing tools training is provided by industry experts. We are the best java training in Hyderabad.
Amazing post!!! This is very helpful for gain my knowledge and the author putting in the effort was too good. Great explanation in this topic...
ReplyDeleteEmbedded System Course Chennai
Embedded Training in Chennai
Excel Training in Chennai
Corporate Training in Chennai
Oracle Training in Chennai
Unix Training in Chennai
Power BI Training in Chennai
Embedded System Course Chennai
Embedded Training in Chennai
Great one to read.
ReplyDeleteBANGALORE TO TIRUPATI PACKAGE
BANGALORE TO TIRUPATI CAR PACKAGES
BANGALORE TO TIRUPATI TOUR PACKAGE
BANGALORE TO TIRUPATI TOUR PACKAGES
BEST TIRUPATI PACKAGE FROM BANGALORE
BANGALORE TO TIRUPATI PACKAGES
ONE DAY TIRUPATI PACKAGE FROM BANGALORE
TIRUPATI BALAJI DARSHAN PACKAGE FROM BANGALORE
BANGALORE TO TIRUPATI TOUR PACKAGES
BANGALORE TO TIRUPATI CAR PACKAGE
Best Car Package from Bangalore to Tirupati
Tirupati Balaji Darshan Package from Bangalore
Tirupati Trip from Bangalore
car package from bengaluru to tirupati
bangalore to tirumala tour
Tirupati Trip from Bangalore
Bangalore to Tirupati Quick Darshan Package
Bangalore to Tirupati Family Package
Bangalore to Tirupati Package Tour
Bangalore to Tirumala Package
Thanks for sharing this awesome content
ReplyDeletetop 10 biography health benefits bank branches offices in Nigeria dangers of ranks in health top 10 biography health benefits bank branches offices in Nigeria latest news ranking biography
Thanks for sharing this awesome content
ReplyDeletetop 10 biography health benefits bank branches offices in Nigeria dangers of ranks in health top 10 biography health benefits bank branches offices in Nigeria latest news ranking biography
This comment has been removed by the author.
ReplyDeleteThanks for taking the time to discuss this, I feel happy about it and love to learn more on this topic.
ReplyDeleteui ux design course in Chennai
ux design course in chennai
ui ux course in chennai
Web Designing Course in chennai
web designing training in chennai
Angular 6 Training in Chennai
ccna course in Chennai
ui ux design course in Velachery
ui ux design course in T Nagar
ui ux design course in OMR
Thanks for sharing a nice informative post blockchain training in hyderabad
ReplyDeleteVery nicefreeinplanttrainingcourseforECEstudents
ReplyDeleteinternship-in-chennai-for-bsc
inplant-training-for-automobile-engineering-students
freeinplanttrainingfor-ECEstudents-in-chennai
internship-for-cse-students-in-bsnl
application-for-industrial-training
Interesting
ReplyDeleteinterview-questions/aptitude/permutation-and-combination/how-many-groups-of-6-persons-can-be-formed
tutorials/oracle/oracle-delete
technology/chrome-flags-complete-guide-enhance-browsing-experience/
interview-questions/aptitude/time-and-work/a-alone-can-do-1-4-of-the-work-in-2-days
interview-questions/programming/recursion-and-iteration/integer-a-40-b-35-c-20-d-10-comment-about-the-output-of-the-following-two-statements
Thank you so much for this useful article. Visit OGEN Infosystem for Web Designing and SEO Services in Delhi, India.
ReplyDeleteWebsite Designing Company
Get Free guest posting
ReplyDeleteIs there anyone who can recommend the best service among the ones listed here for google seo class in singapore?
ReplyDeletehttp://java.worldbestlearningcenter.com/2013/11/splash-screen.html?showComment=1571826500170#c124646149514112925
ReplyDeletequick loans same day ireland
ReplyDeletevery useful...post
ReplyDeletepython training in chennai
internships in hyderabad for cse 2nd year students
online inplant training
internships for aeronautical engineering students
kaashiv infotech internship review
report of summer internship in c++
cse internships in hyderabad
python internship
internship for civil engineering students in chennai
robotics course in chennai
Nice post thanks for share helpfull posting.
ReplyDeleteData Science Training in Mumbai
Excellent blog, I wish to share your post with my folks circle. It’s really helped me a lot, so keep sharing post like this.
ReplyDeletecore java training institutes in bangalore
core java training in bangalore
best core java training institutes in bangalore
core java training course content
core java training interview questions
core java training & placement in bangalore
core java training center in bangalore
Wow Thanks for sharing this great blog posthttps://www.stalsch.com/how-you-can-apply-for-nts-jobs/
ReplyDeleteThis blog gives more attractive information.i am really impressed with this blog.
ReplyDeletePHP Training in Chennai
PHP Training in Bangalore
PHP Training in Coimbatore
PHP Course in Madurai
PHP Course in Bangalore
PHP Training Institute in Bangalore
PHP Classes in Bangalore
Best PHP Training Institute in Bangalore
DevOps Training in Bangalore
DOT NET Training in Bangalore
Very informative blog. Got more information about this technology.
ReplyDeleteNode JS Training in Chennai
Node JS Training Institute in chennai
German Classes in Chennai
pearson vue exam centers in chennai
Informatica MDM Training in Chennai
best english coaching in chennai
chennai spoken english classes
Hadoop Admin Training in Chennai
content writing training in chennai
spanish language in chennai
Node JS Training in Tnagar
Node JS Training in Velachery
such an amazing college for to build career amazing study material with high profile facilities and teachers.
ReplyDeletevidyasthali institute of technology science&managment
best techonology science and management institute in jaipur
courses in vidyasthali group of institute
no 1 technology science & management college in jaipur
best management
vitsm
vidyasthali institute of technology science and managment
techonlogy science&management college near me,
best technology
best management
VITSM teaching staff
vitsm courses
top science college
best science colleges in jaipur
best science college in jaipur
vitsm fees structure
vitsm fee structure
vitsm result
When I initially commented I clicked the "Notify me when new comments are added" checkbox and now each time a comment is added I get three e-mails with the same comment. Is there any way you can remove people from that service? Bless you! aircon chemical overhaul
ReplyDeleteHmm is anyone else experiencing problems with the images on this blog loading? I'm trying to find out if its a problem on my end or if it's the blog. Any suggestions would be greatly appreciated.small accounting firm in Singapore
ReplyDeleteI simply needed to thank you very much again. I am not sure what I would've achieved without the type of tricks documented by you directly on that area of interest. It seemed to be the difficult case in my circumstances, but being able to see a expert fashion you solved that took me to leap for fulfillment. I am grateful for the service and even believe you really know what an amazing job you were getting into teaching others with the aid of your web blog. I am sure you haven't got to know all of us.seiko prospex
ReplyDeleteHi, i think that i saw you visited my blog so i came to “return the favor”.I'm attempting to find things to enhance my web site!I suppose its ok to use a few of your ideas!!origins skin care
ReplyDeletehi!,I like your writing so much! share we communicate more about your post on AOL? I require a specialist on this area to solve my problem. Maybe that's you! Looking forward to see you.sport injury chiropractor singapore
ReplyDeleteI cling on to listening to the reports lecture about getting free online grant applications so I have been looking around for the finest site to get one. Could you advise me please, where could i find some?senja cashew swimming lessons
ReplyDeleteYour post is really good. It is really helpful for me to improve my knowledge in the right way..
ReplyDeletebenefits of seo
correct pronunciation of english words
web design articles
selenium testing tool
salesforce integration interview questions
salesforce interview questions for experienced
blue prism interview questions for experienced
I really love it so much for the interesting information in this blog.
ReplyDeletemultithreading concept in java
types of control statements
how to create string in java
java non primitive data types
angularjs interview questions and answers for freshers
German classes in Chennai
ReplyDeleteFrench Classes in Chennai
Spoken English Classes in Chennai
Spoken Hindi Classes in Chennai
ReplyDeleteI read that Post and got it fine and informative.
What is content://com.android.browser.home/
talesbuzz
rolling paper alternatives
whizzherald
jasmine williams brad williams
spy dialer
digital marketing course in mumbai
ReplyDeletedigital marketing course in ahmedabad
digital marketing course in kochi
digital marketing course in trivandrum
This post is so helpfull and interavtive.Keep updating with more informaion...
ReplyDeleteCyber Security Technologies
Job In Security Company
ds
ReplyDeleteLogistics course in kochi
ReplyDeleteBEST DIGITAL MARKETING COACHING CENTER KOCHI
ReplyDeleteBest digital marketing course in kochi
ReplyDeleteThis post is so helpfull and interavtive.I simply needed to thank you very much again. I am not sure what I would've achieved without the type of tricks documented by you directly on that area of interest.Best Datascience course in kochi 2024
ReplyDeletedigital marketing cource in kochi
ReplyDeleteDigital marketing course in kochi
ReplyDelete