mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Adding ThemePreference (start of)
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6079 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -30,6 +30,7 @@ import org.jivesoftware.spark.ui.ChatRoom;
|
||||
import org.jivesoftware.spark.ui.ChatRoomNotFoundException;
|
||||
import org.jivesoftware.spark.ui.ContactItem;
|
||||
import org.jivesoftware.spark.ui.ContactList;
|
||||
import org.jivesoftware.spark.ui.themes.ThemeManager;
|
||||
import org.jivesoftware.spark.ui.conferences.Conferences;
|
||||
import org.jivesoftware.spark.ui.status.StatusBar;
|
||||
import org.jivesoftware.spark.util.SwingWorker;
|
||||
@ -190,6 +191,9 @@ public class Workspace extends JPanel implements PacketListener {
|
||||
* Builds the Workspace layout.
|
||||
*/
|
||||
public void buildLayout() {
|
||||
// Initialize ThemeManager
|
||||
ThemeManager.getInstance();
|
||||
|
||||
new Enterprise();
|
||||
|
||||
// Initilaize tray
|
||||
|
||||
Reference in New Issue
Block a user