Class ChatGUI
Class ChatGUI
Object
|
+----Component
|
+----Container
|
+----Window
|
+----Frame
|
+----JFrame
|
+----ChatGUI
- public class ChatGUI
- extends JFrame
-
splash
-
-
ChatGUI(chat)
-
-
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.
-
setInv()
-
splash
public JSplash splash
ChatGUI
public ChatGUI(chat parent)
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
setInv
public void setInv()