Java java.awt SplashScreen fields, constructors, methods, implement or subclass

Example usage for Java java.awt SplashScreen fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt SplashScreen.

The text is from its open source code.

Implementation

java.awt.SplashScreen has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidclose()
Hides the splash screen, closes the window, and releases all associated resources.
Graphics2DcreateGraphics()
Creates a graphics context (as a Graphics2D object) for the splash screen overlay image, which allows you to draw over the splash screen.
RectanglegetBounds()
Returns the bounds of the splash screen window as a Rectangle .
URLgetImageURL()
Returns the current splash screen image.
DimensiongetSize()
Returns the size of the splash screen window as a Dimension .
SplashScreengetSplashScreen()
Returns the SplashScreen object used for Java startup splash screen control on systems that support display.
booleanisVisible()
Determines whether the splash screen is visible.
voidsetImageURL(URL imageURL)
Changes the splash screen image.
voidupdate()
Updates the splash window with current contents of the overlay image.