Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
gzip
Method · 0.45
closeClientFlowControlledQueue
Method · 0.45
closeServerFlowControlledQueue
Method · 0.45
loadJars
Method · 0.45
closeFlowControlledQueue
Method · 0.45
Calls
1
runAsync
Method · 0.95
Tested by
no test coverage detected