oracle.javatools.controls
Class SplashScreen
java.lang.Object
oracle.javatools.controls.SplashScreen
- Direct Known Subclasses:
- SplashScreen
- public class SplashScreen
- extends java.lang.Object
WARNING: This API is still in flux.
The SplashScreen
class controls the display of the startup
screen.
Field Summary |
protected static java.awt.Image |
splashImage
|
Method Summary |
protected static void |
_create()
|
static void |
create(java.lang.String filename)
Create and show the splash screen. |
static void |
create(java.lang.String filename,
int nsteps)
|
static void |
dismiss()
Hide and destroy the splash screen. |
static int |
getCurrentMsgCounter()
|
static void |
log(java.lang.String msg)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
splashImage
protected static java.awt.Image splashImage
SplashScreen
protected SplashScreen()
create
public static void create(java.lang.String filename)
- Create and show the splash screen.
- Parameters:
filename
- the name of the splash image file
create
public static void create(java.lang.String filename,
int nsteps)
getCurrentMsgCounter
public static int getCurrentMsgCounter()
dismiss
public static void dismiss()
- Hide and destroy the splash screen.
log
public static void log(java.lang.String msg)
_create
protected static void _create()
Copyright © 1997, 2004, Oracle. All rights reserved.