net.sourceforge.simplegamenet.specs.gui
Interface UtilityPanelFactory


public interface UtilityPanelFactory

A factory that creates utility panels, such as a net.sourceforge.simplegamenet.framework.gui.ChatClientPanel. These utility panels are meant to be used inside the GamePanel or windows originating from the GamePanel.

Version:
1.0, 2003-06-18
Author:
Geoffrey De Smet
See Also:
GamePlayerClient.createGamePanel(UtilityPanelFactory)

Method Summary
 JPanel createChatClientPanel()
          Creates a net.sourceforge.simplegamenet.framework.gui.ChatClientPanel for use inside the GamePanel or windows originating from the GamePanel.
 

Method Detail

createChatClientPanel

public JPanel createChatClientPanel()
Creates a net.sourceforge.simplegamenet.framework.gui.ChatClientPanel for use inside the GamePanel or windows originating from the GamePanel. This ChatClientPanel behaves exactly like the ChatClientPanel inside the "Chat" tab. It sends chat messages and receives events and chat messages.

Returns:
a new ChatClientPanel
See Also:
net.sourceforge.simplegamenet.framework.gui.ChatClientPanel


Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.