Extension SDK

oracle.ide.controls
Class SplashScreen

java.lang.Object
  extended byoracle.ide.controls.SplashScreen

public final class SplashScreen
extends java.lang.Object

The SplashScreen class controls the display of the startup screen.


Method Summary
static void create()
          Deprecated. Replace with create(String).
static void create(java.lang.String filename)
          Create and show the splash screen.
static void dismiss()
          Hide and destroy the splash screen.
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
 

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()
Deprecated. Replace with create(String).


dismiss

public static void dismiss()
Hide and destroy the splash screen.


log

public static void log(java.lang.String msg)

Extension SDK

 

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