private void _initSplashContents() {
if (_debugSys) {
System.out.println(log("Splash screen initializing...", LVL.SYS_NOT));
}
splashContents = new TransparentBackground(new GridBagLayout(), true);
GridBagConstraints c = new GridBagConstraints();
c.gridwidth = c.REMAINDER;
c.fill = c.HORIZONTAL;
jpb = UIMessage.newProgress(0, 0, splashContents);
UIMessage.getProgressBar(jpb).setIndeterminate(true);