MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / populate

Method populate

platform/java/example/Viewer.java:1509–1513  ·  view source on GitHub ↗
(Container container, GridBagConstraints c, Component component)

Source from the content-addressed store, hash-verified

1507 }
1508
1509 void populate(Container container, GridBagConstraints c, Component component) {
1510 GridBagLayout gbl = (GridBagLayout) container.getLayout();
1511 gbl.setConstraints(component, c);
1512 container.add(component);
1513 }
1514
1515 void populate() {
1516 GridBagConstraints c = new GridBagConstraints();

Callers 1

saveMethod · 0.95

Calls 2

packMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected