MCPcopy Create free account
hub / github.com/DuGuQiuBai/Java / main

Method main

day26/resource/chat_socket_server/src/com/server/Server.java:42–47  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

40
41
42 public static void main(String[] args) {
43 Server server = new Server();
44 ServerFrame serverFrame = new ServerFrame(server);
45 server.setServerFrame(serverFrame);
46 serverFrame.setVisible(true);
47 }
48
49 public void close() {
50 if(serverThread != null){

Callers

nothing calls this directly

Calls 1

setServerFrameMethod · 0.95

Tested by

no test coverage detected