Package net.sf.colossus.server
Class StartupProgress
java.lang.Object
net.sf.colossus.server.StartupProgress
- All Implemented Interfaces:
ActionListener
,EventListener
Simple log window for Startup progress (waiting for clients)
- Author:
- Clemens Katzer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
cleanRef()
void
Server startup calls this so that possible warning message can be noticed.void
dispose()
getFrame()
void
void
tooOldClient
(String clientName)
-
Field Details
-
SHOWUP_DELAY
private static final int SHOWUP_DELAYThe time the window takes to show itself. This is a number of milliseconds to wait before showing the window in this class is shown. This means that in local games where everyone is there straight away the window will never be visible.- See Also:
-
logFrame
-
text
-
pane
-
server
-
b
-
autoCloseCheckBox
-
showUpTimer
-
-
Constructor Details
-
StartupProgress
-
-
Method Details
-
append
-
getFrame
-
disableAutoClose
public void disableAutoClose()Server startup calls this so that possible warning message can be noticed. -
setCompleted
public void setCompleted() -
dispose
public void dispose() -
cleanRef
public void cleanRef() -
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
tooOldClient
-