Lose the chatbox label.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@422 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: LobbyPanel.java,v 1.4 2001/10/09 19:24:54 mdb Exp $
|
// $Id: LobbyPanel.java,v 1.5 2001/10/09 19:49:59 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.micasa.lobby;
|
package com.threerings.micasa.lobby;
|
||||||
|
|
||||||
@@ -45,8 +45,6 @@ public class LobbyPanel
|
|||||||
_main.add(createMatchMakingView(ctx));
|
_main.add(createMatchMakingView(ctx));
|
||||||
|
|
||||||
// create a chat box and stick that in as well
|
// create a chat box and stick that in as well
|
||||||
JLabel label = new JLabel("Chat with other people in this lobby...");
|
|
||||||
_main.add(label, GroupLayout.FIXED);
|
|
||||||
_main.add(new ChatPanel(ctx));
|
_main.add(new ChatPanel(ctx));
|
||||||
|
|
||||||
// now add the main panel into the mix
|
// now add the main panel into the mix
|
||||||
@@ -58,7 +56,7 @@ public class LobbyPanel
|
|||||||
JPanel sidePanel = new JPanel(gl);
|
JPanel sidePanel = new JPanel(gl);
|
||||||
|
|
||||||
// the sidebar contains a lobby selector...
|
// the sidebar contains a lobby selector...
|
||||||
label = new JLabel("Select a lobby...");
|
JLabel label = new JLabel("Select a lobby...");
|
||||||
sidePanel.add(label, GroupLayout.FIXED);
|
sidePanel.add(label, GroupLayout.FIXED);
|
||||||
LobbySelector selector = new LobbySelector(ctx);
|
LobbySelector selector = new LobbySelector(ctx);
|
||||||
sidePanel.add(selector);
|
sidePanel.add(selector);
|
||||||
|
|||||||
Reference in New Issue
Block a user