Class SplashScreen

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SplashScreen extends Window
This provides a common SplashScreen component for all the Portal applications. This displays the image for a specified amount of time (in seconds).

Modification(s) History :
09/09/99 - created

Version:
0.1
Author:
Raghu Venkateshwaran
See Also:
  • Constructor Details

    • SplashScreen

      public SplashScreen(Frame frame, URL imageURL, int seconds)
      Default constructor that takes the parent frame and URL for the image and duration in seconds
  • Method Details