All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.SplashScreen

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----gjt.SplashScreen

public class SplashScreen
extends Window
A borderless window containing an image.


Constructor Index

 o SplashScreen(Frame, Image)

Method Index

 o makeImageContainer(Image)
 o setVisible(boolean)

Constructors

 o SplashScreen
 public SplashScreen(Frame frame,
                     Image image)

Methods

 o makeImageContainer
 public Component makeImageContainer(Image image)
 o setVisible
 public void setVisible(boolean b)
Overrides:
setVisible in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index