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

Method show

forge-gui-mobile/src/forge/toolbox/FOverlay.java:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 };
79
80 public void show() {
81 setVisible(true);
82 }
83
84 public void hide() {
85 setVisible(false);

Callers 5

longPressMethod · 0.45
orderMethod · 0.45
showOptionDialogMethod · 0.45
showCardOptionDialogMethod · 0.45
showInputDialogMethod · 0.45

Calls 1

setVisibleMethod · 0.95

Tested by

no test coverage detected