return splashScreenContentPane;
}
private void initialize() {
splashImage = new BufferedImage(RobocodeLogo.WIDTH, RobocodeLogo.HEIGHT, BufferedImage.TYPE_INT_RGB);
new RobocodeLogo().paintLogoWithTanks(splashImage.getGraphics());
setContentPane(getSplashScreenContentPane());
addWindowListener(eventHandler);
}