jjdh API

jjdh.opengl.initialization
Class SplashScreen

java.lang.Object
  extended by jjdh.opengl.initialization.SplashScreen

public class SplashScreen
extends Object

Author:
Jonas Jacobi, Dennis Heidsiek

Field Summary
protected  BufferedImage image
           
protected  BufferedImage toDraw
           
protected  JWindow window
           
 
Constructor Summary
SplashScreen(BufferedImage image)
           
 
Method Summary
 void dispose()
           
protected  BufferedImage getBackground()
           
static SplashScreen getNiceSplashScreen()
           
protected  void rebuffering()
           
 void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

window

protected JWindow window

image

protected BufferedImage image

toDraw

protected BufferedImage toDraw
Constructor Detail

SplashScreen

public SplashScreen(BufferedImage image)
Method Detail

setVisible

public void setVisible(boolean visible)

dispose

public void dispose()

rebuffering

protected void rebuffering()

getBackground

protected BufferedImage getBackground()

getNiceSplashScreen

public static SplashScreen getNiceSplashScreen()

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.