com.valhalla.jbother.groupchat
Class ChatRoomPanel.JoinChatThread

java.lang.Object
  extended bycom.valhalla.jbother.groupchat.ChatRoomPanel.JoinChatThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ChatRoomPanel

class ChatRoomPanel.JoinChatThread
extends java.lang.Object
implements java.lang.Runnable

Joins the chatroom and adds this chatroomwindow to the TabFrame

Version:
1.0
Author:
Adam Olsen

Constructor Summary
(package private) ChatRoomPanel.JoinChatThread()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatRoomPanel.JoinChatThread

ChatRoomPanel.JoinChatThread()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable