|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlacam.gui.SplashScreen
The systems splash screen which can also be used to show progress to the user.
Constructor Summary | |
SplashScreen()
|
Method Summary | |
static void |
dispose()
Disposes the currently shown splass screen or progress information |
static void |
setProgress(java.lang.String description,
int value)
Sets the current progress information visible on the screen. |
static void |
setProgressSize(int size)
Sets the amount of steps to come. |
static void |
showForm()
Use this method to show the complete systems splash screen to the user. |
static void |
showProgress(boolean modal)
Use this method to create a screen that shows progress to the user. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SplashScreen()
Method Detail |
public static void showProgress(boolean modal)
modal
- @see JDialog#JDialog(java.awt.Dialog, boolean)public static void showForm()
public static void setProgressSize(int size)
showForm()
or showProgress(boolean)
.
size
- The maximum amount of progress stepsJProgressBar.setMaximum(int)
public static void setProgress(java.lang.String description, int value)
setProgressSize(int)
and dispose()
description
- The current steps descriptionvalue
- The current steps positionpublic static void dispose()
showForm()
,
showProgress(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |