Hi all,
I have a formatting problem
I am trying to display this double 1.1370921422111757E-15 to a location on a
canvas3D (as a String) but would like to have it
in the following format instead 1.1370E-15 for visual display.
Has anyone any idea on how to do this?
I used the DoubleFormat format = new DoubleFormat("0.0000");
format.format(imgConc[x][y]) show 0.0000!!
Thanks in advance
Eric
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".