|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
javax.swing.JWindow
edu.wisc.ssec.mcidasv.ui.McvSplash
public class McvSplash
This is a straight up copy of IdvSplash
with
the easter egg taken out.
Control+double click isn't enough with all the OS X users here at SSEC ;)
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JWindow |
---|
JWindow.AccessibleJWindow |
Nested classes/interfaces inherited from class java.awt.Window |
---|
Window.AccessibleAWTWindow |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
private IntegratedDataViewer |
idv
|
private ImageIcon |
splashIcon
The icon to use in the splash screen |
private JLabel |
splashLbl
The JLabel to show messages |
private RovingProgress |
splashProgressBar
Keep the splash progress bar around to tell it to stop. |
private ImageIcon |
splashRolloverIcon
The icon to use when the mouse rolls over the splash icon |
private String |
splashTitle
The text to use in the splash screen |
Fields inherited from class javax.swing.JWindow |
---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
McvSplash(IntegratedDataViewer idv)
Create the splash screen |
Method Summary | |
---|---|
void |
doClose()
Close and dispose of the splash window (if it has been created). |
private String |
hiliteRevision(String version)
Highlight the minor version number if it exists |
private void |
init()
Create and return (if not in test mode) the splash screen. |
void |
splashMsg(String m)
Show a message in the splash screen (if it exists) |
Methods inherited from class javax.swing.JWindow |
---|
addImpl, createRootPane, getAccessibleContext, getContentPane, getGlassPane, getGraphics, getLayeredPane, getRootPane, getTransferHandler, isRootPaneCheckingEnabled, paramString, remove, repaint, setContentPane, setGlassPane, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update, windowInit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private IntegratedDataViewer idv
private JLabel splashLbl
private String splashTitle
private ImageIcon splashIcon
private ImageIcon splashRolloverIcon
private RovingProgress splashProgressBar
Constructor Detail |
---|
public McvSplash(IntegratedDataViewer idv)
idv
- The IDVMethod Detail |
---|
public void splashMsg(String m)
m
- The messagepublic void doClose()
private void init()
private String hiliteRevision(String version)
version
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |