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

Method makeLabel

ij/src/main/java/ij/gui/GenericDialog.java:305–309  ·  view source on GitHub ↗
(String label)

Source from the content-addressed store, hash-verified

303 }
304
305 private Label makeLabel(String label) {
306 if (IJ.isMacintosh())
307 label += " ";
308 return new Label(label);
309 }
310
311 /** Saves the label for given component, for macro recording and for accessing the component in macros. */
312 private void saveLabel(Object component, String label) {

Callers 4

addNumericFieldMethod · 0.95
addStringFieldMethod · 0.95
addChoiceMethod · 0.95
addSliderMethod · 0.95

Calls 1

isMacintoshMethod · 0.95

Tested by

no test coverage detected