Serialized Form


Package paxoftwer.forms

Class paxoftwer.forms.JSplashScreen extends javax.swing.JWindow implements Serializable

serialVersionUID: 1L

Serialized Fields

minRemainingTime

long minRemainingTime
Minimum remaining time the splash screen will be shown (in milliseconds).


pic

javax.swing.ImageIcon pic
Picture object to show.


progressComponent

java.awt.Component progressComponent
Visual component which displays a initialization progress.


thread

java.lang.Thread thread
Executes this splash screen in a new thread, later.


interrupted

boolean interrupted
Keeps in mind, whether the splash screen should be closed.


scrSize

java.awt.Dimension scrSize
Will be filled by the screen resolution.