public class Startup
extends java.lang.Object
Constructor and Description |
---|
Startup()
Create an object to display a default startup image.
|
Startup(I18NResourceBundle i18n,
java.lang.String prefix)
Create an object to display a startup screen.
|
Startup(java.net.URL url)
Create an object to display a startup screen.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose of the window resources used by this object.
|
void |
disposeLater()
Dispose of the window resources used by this object,
by scheduling an event to be run on the AWT Event Queue.
|
public Startup()
public Startup(I18NResourceBundle i18n, java.lang.String prefix)
i18n
- A resource bundle that defines the content of the startup screen.prefix
- A prefix for resources in the resource file to display in
the startup screen. The object checks to see if the resource
"prefix.icon" is defined: if so, it is used as the URL of a
resource containing an image to be display. If "prefix.icon" is
not defined, the Startup object checks for three strings
"prefix.line1", "prefix.line2" and "prefix.line3",
which will be displayed in a simple Frame containing three lines of text.public Startup(java.net.URL url)
url
- URL to load the splash screen image from.Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.