mirror of
https://github.com/hexedtech/codemp-intellij.git
synced 2024-11-23 23:54:48 +01:00
feat: super crude and not-live userlist
This commit is contained in:
parent
ecdba4ae01
commit
9c305fbcf4
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ public class CodeMPToolPanel extends JPanel {
|
|||
});
|
||||
|
||||
this.add(tree, BorderLayout.CENTER);
|
||||
|
||||
JList userlist = new JList<String>(ws.userList());
|
||||
this.add(userlist, BorderLayout.SOUTH);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue