Uses of Class
org.jivesoftware.spark.component.BackgroundPanel

Packages that use BackgroundPanel
org.jivesoftware.spark.component Provides useful Swing components that can be used within Spark. 
org.jivesoftware.spark.ui Provides support by providing all chat specific components, such as ChatRoom and ContactList. 
org.jivesoftware.spark.ui.rooms Contains the two implementations of ChatRoom. 
 

Uses of BackgroundPanel in org.jivesoftware.spark.component
 

Subclasses of BackgroundPanel in org.jivesoftware.spark.component
 class ConfirmDialog
          Implementation of a Confirm Dialog to replace the modal JOptionPane.confirm.
 

Uses of BackgroundPanel in org.jivesoftware.spark.ui
 

Subclasses of BackgroundPanel in org.jivesoftware.spark.ui
 class ChatRoom
          The base implementation of all ChatRoom conversations.
 

Uses of BackgroundPanel in org.jivesoftware.spark.ui.rooms
 

Subclasses of BackgroundPanel in org.jivesoftware.spark.ui.rooms
 class ChatRoomImpl
          This is the Person to Person implementation of ChatRoom This room only allows for 1 to 1 conversations.
 class GroupChatRoom
          GroupChatRoom is the conference chat room UI used to have Multi-User Chats.