|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.swing.JCSplashScreen
Uses an Icon or the location of an image to create an application's introductory screen.
Field Summary | |
protected Window |
dialog
|
protected Frame |
f
|
protected JLabel |
label
|
Constructor Summary | |
JCSplashScreen(Icon image)
Creates a splash screen given an Icon image. |
|
JCSplashScreen(String image_location)
Creates a splash screen given the location of the image. |
Method Summary | |
protected void |
initialize(Icon image)
Creates the splash screen window and configures it. |
void |
setVisible(boolean show)
This method will show or hide the splash screen. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Window dialog
protected Frame f
protected JLabel label
Constructor Detail |
public JCSplashScreen(String image_location)
image_location
- public JCSplashScreen(Icon image)
image
- Method Detail |
protected void initialize(Icon image)
image
- public void setVisible(boolean show)
show
-
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |