Skip navigation links
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
|
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()
setVisible
public static void setVisible(boolean visible)
isDismissed
public static boolean isDismissed()
dismiss
public static void dismiss()
- Hide and destroy the splash screen.
isKeepHidden
public static boolean isKeepHidden()
setKeepHidden
public static void setKeepHidden(boolean keepHidden)
log
public static void log(java.lang.String msg)
_create
protected static void _create()
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.