MCPcopy Create free account
hub / github.com/PCGen/pcgen / createHtmlPane

Method createHtmlPane

code/src/java/pcgen/gui2/InfoGuidePane.java:74–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 private static JFXPanelFromResource<SimpleHtmlPanelController> createHtmlPane()
75 {
76 return new JFXPanelFromResource<>(
77 SimpleHtmlPanelController.class,
78 "SimpleHtmlPanel.fxml"
79 );
80 }
81
82 private void initComponents()
83 {

Callers 2

InfoGuidePaneMethod · 0.95
initComponentsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected