Java Temperature Conversion Applet
written by Michael Hecht
view source code

Note: The result using significant-figures (sf) does not add trailing zeroes (to specify additional precision) or remove the trailing ".0" to specify less precision. Technically this result ought to be displayed in scientific notation to correctly indicate sf, but it's 2 AM and I don't want to figure out how to do this in Java... besides, the whole sf business isn't at all required for the project and was only implemented for my own amusement. It may not be 100% correct.