How can I write over a splash screen?
Created May 8, 2012
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.