MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / addPanel

Method addPanel

ij/src/main/java/ij/gui/GenericDialog.java:1129–1131  ·  view source on GitHub ↗

Adds a Panel to the dialog.

(Panel panel)

Source from the content-addressed store, hash-verified

1127
1128 /** Adds a Panel to the dialog. */
1129 public void addPanel(Panel panel) {
1130 addPanel(panel, GridBagConstraints.WEST, addToSameRow ? c.insets : getInsets(5,0,0,0));
1131 }
1132
1133 /** Adds a Panel to the dialog with custom contraint and insets. The
1134 defaults are GridBagConstraints.WEST (left justified) and

Callers 9

runMethod · 0.95
runMethod · 0.95
convertStackToHSMethod · 0.95
addButtonMethod · 0.95
addImageMethod · 0.95
getColorMethod · 0.95
runMethod · 0.95
runMethod · 0.95
showDialogMethod · 0.45

Calls 2

getInsetsMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected