Updating Themes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6015 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-11-09 07:43:54 +00:00
committed by derek
parent 9f09165e75
commit 1851623307
165 changed files with 3576 additions and 89 deletions

View File

@ -72,7 +72,6 @@ public abstract class ChatRoom extends BackgroundPanel implements ActionListener
private final JPanel chatPanel;
private final JSplitPane splitPane;
private final JLabel notificationLabel;
private final TranscriptWindow transcriptWindow;
private final ChatAreaSendField chatAreaButton;
private final ChatToolBar toolbar;
private final JPanel bottomPanel;
@ -90,6 +89,8 @@ public abstract class ChatRoom extends BackgroundPanel implements ActionListener
private List closingListeners = new ArrayList();
protected final TranscriptWindow transcriptWindow;
final JSplitPane verticalSplit = new JSplitPane(JSplitPane.VERTICAL_SPLIT);
@ -679,7 +680,7 @@ public abstract class ChatRoom extends BackgroundPanel implements ActionListener
*/
public ChatToolBar() {
buttonPanel = new JPanel();
buttonPanel.setLayout(new FlowLayout(FlowLayout.LEFT));
buttonPanel.setLayout(new FlowLayout(FlowLayout.LEFT, 1,0));
rightPanel = new JPanel();
rightPanel.setOpaque(false);