All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plugins.haesleinhuepf.implementations.CLIJ2_Log Maven / Gradle / Ivy

The newest version!
package plugins.haesleinhuepf.implementations;

import ij.IJ;

public class CLIJ2_Log extends CLIJ2_MessagePrompt {
    @Override
    public void run() {
        IJ.log(headline.getValueAsString() + "\n\n" + message.getValueAsString() + "\n\n" + string.getValueAsString() + "\n\n" + number.getValue());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy