(String label)
| 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) { |
no test coverage detected