MCPcopy Create free account
hub / github.com/Card-Forge/forge / run

Method run

forge-gui-mobile/src/forge/GuiMobile.java:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 else {
100 new WaitRunnable() {
101 @Override
102 public void run() {
103 proc.run();
104 }
105 }.invokeAndWait();
106 }
107 }

Callers

nothing calls this directly

Calls 9

showMessageDialogMethod · 0.95
showOptionDialogMethod · 0.95
getImagesMethod · 0.95
showInputDialogMethod · 0.95
getChoicesMethod · 0.95
orderMethod · 0.95
oneMethod · 0.95
runMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected