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

Method PanelTest

forge-gui-desktop/src/test/java/forge/PanelTest.java:46–54  ·  view source on GitHub ↗

Constructor for PanelTest.

()

Source from the content-addressed store, hash-verified

44 * </p>
45 */
46 public PanelTest() {
47 try {
48 this.jbInit();
49 }
50 catch (final Exception ex) {
51 BugReporter.reportException(ex);
52 ex.printStackTrace();
53 }
54 }
55
56 /**
57 * <p>

Callers

nothing calls this directly

Calls 2

jbInitMethod · 0.95
reportExceptionMethod · 0.95

Tested by

no test coverage detected