mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Updating Themes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6015 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user