java.lang.Object
ij.plugin.JavaProperties
- All Implemented Interfaces:
PlugIn
public class JavaProperties extends java.lang.Object implements PlugIn
Displays the Java system properties in a text window.
-
Constructor Summary
Constructors Constructor Description JavaProperties()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String arg)
This method is called when the plugin is loaded.
-
Constructor Details
-
JavaProperties
public JavaProperties()
-
-
Method Details