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

Method InfoGuidePane

code/src/java/pcgen/gui2/InfoGuidePane.java:62–72  ·  view source on GitHub ↗
(PCGenFrame frame, UIContext uiContext)

Source from the content-addressed store, hash-verified

60 private final JFXPanelFromResource<SimpleHtmlPanelController> tipPane;
61
62 InfoGuidePane(PCGenFrame frame, UIContext uiContext)
63 {
64 this.uiContext = Objects.requireNonNull(uiContext);
65 this.frame = frame;
66 this.gameModeLabel = createHtmlPane();
67 this.campaignList = createHtmlPane();
68 this.tipPane = createHtmlPane();
69 TipOfTheDayHandler.getInstance().loadTips();
70 initComponents();
71 initListeners();
72 }
73
74 private static JFXPanelFromResource<SimpleHtmlPanelController> createHtmlPane()
75 {

Callers

nothing calls this directly

Calls 5

createHtmlPaneMethod · 0.95
getInstanceMethod · 0.95
initComponentsMethod · 0.95
initListenersMethod · 0.95
loadTipsMethod · 0.80

Tested by

no test coverage detected