Reputation: 2261
I'm currently developing a basic java project and with my application initial starting time quite slow.
I came across the idea to do an application loader - like eclipse loader - which load the application giving a nice effect, after some searching I didn't find a thing about it, but I have a wide idea about using a thread to load it but I'm quite lost.
So how it's done? And is there a way better than threads?
Upvotes: 1
Views: 131
Reputation: 13918
Take a look at the official documentation of The Java Tutorials - How to Create a Splash Screen.
Upvotes: 3