|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
net.sf.jaxodraw.gui.launch.JaxoSplashWindow
public class JaxoSplashWindow
The splash window displayed on startup.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
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 | |
---|---|
JaxoSplashWindow(String title)
Constructor. |
Method Summary | |
---|---|
void |
dispose(int remaining)
Dispose the splash screen in 'remaining >= 0' milliseconds. |
void |
eventDispatched(AWTEvent e)
Used internally. |
void |
moveToFront()
Move the splash Window to front. |
void |
paint(Graphics g)
Paint the splash image. |
void |
start()
Load/show the splash screen (unless image loading failed, then the window is not shown). |
void |
waitUntilPainted(long wait)
Wait for 'remaining > 0' milliseconds until the image has been painted or the splash window disposed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JaxoSplashWindow(String title)
title
- The title of the SplashWindow frame.Method Detail |
---|
public void start()
public final void dispose(int remaining)
remaining
- The time to wait.public void moveToFront()
public final void paint(Graphics g)
paint
in class Component
g
- The graphics contect to paint to.public void waitUntilPainted(long wait) throws InterruptedException
wait
- The time to wait.
InterruptedException
- InterruptedExceptionpublic void eventDispatched(AWTEvent e)
eventDispatched
in interface AWTEventListener
e
- An AWT event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |