Extension SDK 10.1.2

oracle.javatools.controls
Class SplashScreen

java.lang.Object
  extended byoracle.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
           
 
Constructor Summary
protected SplashScreen()
           
 
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
 

Field Detail

splashImage

protected static java.awt.Image splashImage
Constructor Detail

SplashScreen

protected SplashScreen()
Method Detail

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()

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.