A Java splash screen with a progress bar (Part 2)
By Alvin Alexander. Last updated: June 3 2016
<< Back to "Java splash screen with progress bar, part 1"
Initializing our Java splash screen
Initializing the splash screen should be simple. We need to get an image to display on our Java splash screen, construct the splash screen, and then display it. Here's what a "splash screen initialization" method might look like: