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

Method show

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

Source from the content-addressed store, hash-verified

45 }
46
47 public void show() {
48 runAsync(new Runnable() {
49
50 @Override
51 public void run() {
52 mSplashScreen.setVisible(true);
53 }
54 });
55 }
56
57 public void close() {
58 runAsync(new Runnable() {

Callers 15

mainMethod · 0.95
mouseReleasedMethod · 0.80
mousePressedMethod · 0.80
createSelectPanelMethod · 0.80
createImportPEMPanelMethod · 0.80
createImportDERPanelMethod · 0.80
createImportP12PanelMethod · 0.80
mouseReleasedMethod · 0.80
mousePressedMethod · 0.80
createSelectPanelMethod · 0.80
mouseReleasedMethod · 0.80

Calls 1

runAsyncMethod · 0.95

Tested by

no test coverage detected