Added activeOnBold in tab pane.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4627 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-07-20 22:17:48 +00:00
committed by derek
parent d50a01b1ac
commit ea831b5c9d
3 changed files with 4 additions and 1 deletions

View File

@ -154,6 +154,8 @@ public class Workspace extends JPanel implements PacketListener {
// Set background
Color menuBarColor = new Color(235, 233, 237);
setBackground(menuBarColor);
workspacePane.setActiveButtonBold(true);
}
/**