API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. SplashScreen View Source
Author(s)
Oleg Semenov
Since
1.6
Version
Serial
Hierarchy
 Object
      SplashScreen
Implements
Subclasses
Description
publicfinal class SplashScreen
  The splash screen can be created at application startup, before the Java Virtual Machine (JVM) starts.
See also:   
Constructors
pack-private SplashScreen (long ptr)
Methods
Hide/Show inherited methods
publicsynchronized void close () throws IllegalStateException
  Hides the splash screen, closes the window, and releases all associated resources.
public Graphics2D createGraphics () throws IllegalStateException
  Creates a graphics context (as a Graphics2D object) for the splash screen overlay image, which allows you to draw over the splash screen.
public Rectangle getBounds () throws IllegalStateException
  Returns the bounds of the splash screen window as a Rectangle.
publicsynchronized URL getImageURL () throws IllegalStateException
  Returns the current splash screen image.
public Dimension getSize () throws IllegalStateException
  Returns the size of the splash screen window as a Dimension.
publicstaticsynchronized SplashScreen getSplashScreen ()
  Returns the SplashScreen object used for Java startup splash screen control.
public boolean isVisible ()
  Determines whether the splash screen is visible.
public void setImageURL (URL imageURL) throws NullPointerException IOException IllegalStateException
  Changes the splash screen image.
public void update () throws IllegalStateException
  Updates the splash window with current contents of the overlay image.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar