How can I write over a splash screen?
Created Mar 31, 2006
John Zukowski With Java 6, prior to the main window of the application showing, you can get the splash screen via
SplashScreen splash = SplashScreen.getSplashScreen();, get its graphics context, and draw to it directly.