JCalc

Authors: Dimiter Prodanov (dimiter.prodanov at gren.ucl.ac.be)
Wayne Rasband (wsr at nih.gov)
Versions: 2006/08/17 (1.0.5): First public version
2006/08/18 (1.1): Adds keyboard support
2006/08/21 (1.2): Improved appearance
Source: JCalc_.java
Installation: Download JCalc_.class to the plugins folder, or subfolder, restart ImageJ, and there will be a new "JCalc" command in the Plugins menu, or submenu.
Source: JCalc_.java
Problems: The last button clicked is highlighted (e.g., the "Sqrt" button in the illustrations).

Keyboard input is supported using the following shortcuts:

    q - SQRT
    s - SQR
    l - Log
    x - 1/X
    p - pi
    space - Clear
Like PlugInFrames built into ImageJ (e.g., Image/Adjust/Threshold), it calls WindowManager.addWindow() to add itself to ImageJ's Window menu and maintains a variable named instance to prevent opening of multiple copies.

JCalc is based on Mikael Bonnier's Pocket Calculator applet.

[JCalc] [JCalc]

See Also Jerome Mutterer's Calculator Tool macro
Entity's Calculator Applet
A simple java-Calculator
Calculator Applet at JavaManiac.com

|Plugins | Home |