Package ij.plugin

Class AboutBox

java.lang.Object
ij.plugin.AboutBox
All Implemented Interfaces:
PlugIn

public class AboutBox extends Object implements PlugIn
This plugin implements the Help/About ImageJ command by opening the about.jpg in ij.jar, scaling it 400% and adding some text.
  • Constructor Details

    • AboutBox

      public AboutBox()
  • Method Details

    • run

      public void run(String arg)
      Description copied from interface: PlugIn
      This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
      Specified by:
      run in interface PlugIn