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

Method FButton

forge-gui-mobile/src/forge/toolbox/FButton.java:50–52  ·  view source on GitHub ↗

Instantiates a new FButton.

()

Source from the content-addressed store, hash-verified

48 * Instantiates a new FButton.
49 */
50 public FButton() {
51 this("", null);
52 }
53
54 public FButton(final String text0) {
55 this(text0, null);

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
resetImgMethod · 0.95

Tested by

no test coverage detected