Class ChatGUI

Class ChatGUI

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Frame
                                   |
                                   +----JFrame
                                           |
                                           +----ChatGUI

public class ChatGUI
extends JFrame

Variable Index

 o splash

Constructor Index

 o ChatGUI(chat)

Method Index

 o addNotify()
Notifies this component that it has been added to a container This method should be called by Container.add, and not by user code directly.
 o setInv()

Variables

 o splash
public JSplash splash

Constructors

 o ChatGUI
public ChatGUI(chat parent)

Methods

 o addNotify
public void addNotify()
Notifies this component that it has been added to a container This method should be called by Container.add, and not by user code directly. Overridden here to adjust the size of the frame if needed.

Overrides:
addNotify in class Frame
See Also:
removeNotify
 o setInv
public void setInv()