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

Method errorOccupy

src/pers/giyn/LiveChat/client/UserController.java:138–140  ·  view source on GitHub ↗
(final String msg)

Source from the content-addressed store, hash-verified

136 }
137
138 public void errorOccupy(final String msg) {
139 new Thread(() -> Utils.showErrorMsg(msg, "错误", friendGUI.frame)).start();
140 }
141}

Callers 2

processMethod · 0.80
actionPerformedMethod · 0.80

Calls 2

showErrorMsgMethod · 0.95
startMethod · 0.80

Tested by

no test coverage detected