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

Method JDynamicTable

code/src/java/pcgen/gui2/util/JDynamicTable.java:75–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 private final ContextMenu menu = new ContextMenu();
74
75 public JDynamicTable()
76 {
77 this.cornerButton = new JTableMenuButton(menu);
78 this.wrappedCornerButton = GuiUtility.wrapParentAsJFXPanel(cornerButton);
79 }
80
81 @Override
82 protected void configureEnclosingScrollPane()

Callers

nothing calls this directly

Calls 1

wrapParentAsJFXPanelMethod · 0.95

Tested by

no test coverage detected