MCPcopy Create free account
hub / github.com/Giyn/LiveChat / login

Method login

src/pers/giyn/LiveChat/client/UserController.java:25–30  ·  view source on GitHub ↗
(String id, String password)

Source from the content-addressed store, hash-verified

23 public String id;
24
25 public boolean login(String id, String password) throws Exception {
26 client.login(id, password);
27 this.id = id;
28 this.friendGUI.frame.setVisible(true);
29 return true;
30 }
31
32 public boolean sendFile(String id, String name, byte[] file) {
33 try {

Callers 2

actionPerformedMethod · 0.45
keyReleasedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected