mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Update RosterDialog.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5874 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -88,10 +88,11 @@ public class RosterDialog implements PropertyChangeListener, ActionListener {
|
||||
|
||||
JButton newGroupButton = new JButton();
|
||||
|
||||
JLabel accountsLabel = new JLabel("Account:");
|
||||
JLabel accountsLabel = new JLabel();
|
||||
accounts = new JComboBox();
|
||||
publicBox = new JCheckBox("User is on a public network");
|
||||
publicBox = new JCheckBox(Res.getString("label.user.on.public.network"));
|
||||
|
||||
ResourceUtils.resLabel(accountsLabel, publicBox, Res.getString("label.accounts"));
|
||||
|
||||
pane = null;
|
||||
dialog = null;
|
||||
@ -230,7 +231,7 @@ public class RosterDialog implements PropertyChangeListener, ActionListener {
|
||||
* @param parent the parent Frame.
|
||||
*/
|
||||
public void showRosterDialog(JFrame parent) {
|
||||
TitlePanel titlePanel = new TitlePanel(Res.getString("title.add.contact"), Res.getString("message.add.contact.to.list"), SparkRes.getImageIcon(SparkRes.USER1_32x32), true);
|
||||
TitlePanel titlePanel = new TitlePanel(Res.getString("title.add.contact"), Res.getString("message.add.contact.to.list"), null, true);
|
||||
|
||||
|
||||
JPanel mainPanel = new JPanel() {
|
||||
|
||||
Reference in New Issue
Block a user