The LaunchTickListener class is an implementation of the ActionListener which if instantiated and binded to a control, reacts to an incoming event by : a) Calling a repaint on all GUI indicators, b) Checking whether all the vital components for game-start have been received from the gameserver, c) If all the vital components have been received, transition the client to the GAME_IN_PROGRESS state and close the startup frame.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.