dmc
Class GUI

java.lang.Object
  |
  +--dmc.GUI

public class GUI
extends java.lang.Object

GUI for the DMC messaging system. This creates and organizes all fo the necesary GUI components. This must be called with a wrapper instead of being run directly.

See Also:
DMC

Field Summary
protected  dmc.TabbedChat tabbedChat
           
protected  dmc.UserList userList
           
 
Constructor Summary
GUI()
          Default ctor.
 
Method Summary
protected  java.awt.Component createComponents()
          Returns a pane containing all the necessary components of the GUI.
 dmc.TabbedChat getTabbedChat()
          Returns the tabbed chat object which manages conversations.
protected  void initComponents()
          Initializes the components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tabbedChat

protected final dmc.TabbedChat tabbedChat

userList

protected final dmc.UserList userList
Constructor Detail

GUI

public GUI()
Default ctor.

Method Detail

initComponents

protected void initComponents()
Initializes the components.


createComponents

protected java.awt.Component createComponents()
Returns a pane containing all the necessary components of the GUI.

Returns:
A pane whith all components used by the GUI.

getTabbedChat

public dmc.TabbedChat getTabbedChat()
Returns the tabbed chat object which manages conversations.

Returns:
TabbedChat object