MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / close

Method close

src/main/java/core/packetproxy/gui/Splash.java:57–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public void close() {
58 runAsync(new Runnable() {
59
60 @Override
61 public void run() {
62 mSplashScreen.setVisible(false);
63 mSplashScreen = null;
64 }
65 });
66 }
67}

Callers 6

mainMethod · 0.95
gzipMethod · 0.45
loadJarsMethod · 0.45

Calls 1

runAsyncMethod · 0.95

Tested by

no test coverage detected