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

@ -114,7 +114,7 @@ public final class MainWindow extends JFrame implements ActionListener {
this.setJMenuBar(mainWindowBar);
this.getContentPane().add(topBar, BorderLayout.NORTH);
setTitle(title);
setTitle(title + " - " + SparkManager.getSessionManager().getUsername());
setIconImage(icon.getImage());