80818283848586878889
public MainPanel(Client client, Game game, ChatPanel chatPanel) { this.client = client; this.game = game; this.chatPanel = chatPanel; animationService = new AnimationService(); animationService.start(); setLayout(new BorderLayout()); }