Updated SparkTabbedPane to handle tab placement variables from JTabbedPane.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4552 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-07-18 23:51:19 +00:00
committed by derek
parent 8ad69e6952
commit 8f6ac1f416
6 changed files with 81 additions and 43 deletions

View File

@ -64,7 +64,9 @@ import java.util.List;
import java.util.Map;
/**
* Should be subclassed to track all available ChatRooms.
* Contains all <code>ChatRoom</code> objects within Spark.
*
* @author Derek DeMoro
*/
public class ChatContainer extends SparkTabbedPane implements MessageListener, ChangeListener {
/**
@ -113,6 +115,9 @@ public class ChatContainer extends SparkTabbedPane implements MessageListener, C
addKeyNavigation();
this.setFocusable(false);
setOpaque(true);
setBackground(Color.white);
}
/**