I've been trying to create a Splash Screen in my Java program. I've managed to make the splash screen show itself, with the program. I now want to make it show first, and then show my main program. As in every program nowadays..
Here is my code:
Code:
/* package ****; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.Frame;