public final class StartupProgress
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
private javax.swing.JCheckBox |
autoCloseCheckBox |
private javax.swing.JButton |
b |
private KFrame |
logFrame |
private java.awt.Container |
pane |
private Server |
server |
private static int |
SHOWUP_DELAY
The time the window takes to show itself.
|
private javax.swing.Timer |
showUpTimer |
private java.awt.TextArea |
text |
Constructor and Description |
---|
StartupProgress(Server server) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
append(java.lang.String s) |
void |
cleanRef() |
void |
disableAutoClose()
Server startup calls this so that possible warning message
can be noticed.
|
void |
dispose() |
javax.swing.JFrame |
getFrame() |
void |
setCompleted() |
private static final int SHOWUP_DELAY
private KFrame logFrame
private final java.awt.TextArea text
private final java.awt.Container pane
private Server server
private javax.swing.JButton b
private final javax.swing.JCheckBox autoCloseCheckBox
private final javax.swing.Timer showUpTimer
public StartupProgress(Server server)
public void append(java.lang.String s)
public javax.swing.JFrame getFrame()
public void disableAutoClose()
public void setCompleted()
public void dispose()
public void cleanRef()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener