RealConverter


Java is not enabled: to solve your Java problems, please take a look at the help section of RealApplets.com.

RealConverter converts an amount in one measurement of your own customizable set of measurements into another. Use it for currencies, distances, timespans, weights,... Colors, amount style, language, size and much more!

How To Use:

  • Download realconverter.zip (9 KB)
  • Unzip with a compression utility.

    Java Source: Unavailable

    Sample HTML Source:

    <APPLET NAME="RealConverter"
    	CODE="RealConverter.class"
    	ARCHIVE="RealConverter.jar"
    	CODEBASE="."
    	WIDTH=330
    	HEIGHT=100>
    
    	<!--version 1.0 parameters-->
    
    <PARAM NAME=BackgroundColor
    	VALUE="FFFFFF">
    	<!--The background color (can be
    	overpainted by the background
    	picture after loading).-->
    
    <PARAM NAME=ForegroundColor
    	VALUE="FF0000">
    	<!--The loading text color.-->
    
    <PARAM NAME=BackgroundPicture
    	VALUE="example1.jpg">
    	<!--Set this to the filename of
    	your background picture to use.
    	If you prefer not to use one,
    	set it to "none".-->
    
    <PARAM NAME=TagLoading
    	VALUE="Loading RealConverter...">
    	<!--The message shown when RealConverter
    	is loading.-->
    
    <PARAM NAME=TagButton VALUE="Convert">
    	<!--The label of the button to convert a number.-->
    
    <PARAM NAME=TagInputField VALUE="1.00 USD">
    	<!--The original message in the source
    	(upper) textfield.-->
    
    <PARAM NAME=TagOutputField VALUE="1.10 EUR">
    	<!--The original message in the result
    	(lower) textfield.-->
    
    <PARAM NAME=InputListItemIndex VALUE="1">
    	<!--The index of the original item
    	selected in the input list.-->
    
    <PARAM NAME=OutputListItemIndex VALUE="2">
    	<!--The index of the original item
    	selected in the output list.-->
    
    
    <!--These parameters determine how the
    amounts are begin shown.-->
    <PARAM NAME=OutputDecimals VALUE="2">
    	<!--The number of decimals that
    	are shown (to show all set on 9).-->
    
    <PARAM NAME=AlwaysShowDecimals VALUE="yes">
    	<!--If set to "yes" or "true" it will
    	always show decimals, otherwise it will
    	only show them if they aren't 0.-->
    
    <PARAM NAME=AmountStyle VALUE="eng-high">
    	<!--This can be one of the following values
    	(the number 1234567.89 is taken as an example):-->
    
    <!-- default: uses the default style -->
    <!-- eng-high: 1'234'567.89-->
    <!-- eng-low: 1,234,567.89 -->
    <!-- eng-space: 1 234 567.89 -->
    <!-- eng-none: 1234567.89 -->
    <!-- eur-high: 1'234'567,89 -->
    <!-- eur-low: 1.234.567,89 -->
    <!-- eur-space: 1 234 567,89 -->
    <!-- eur-none: 1234567,89 -->
    
     <!--These parameters are the measurements-->
     <PARAM NAME=Converter1Listing VALUE="Dollar (USD)">
     	<!--How the measurement will appear in the list-->
    
     <PARAM NAME=Converter1Measure VALUE="USD">
     	<!--The suffix of an amount (you can leave this
     	to "" to show nothing-->
    
     <PARAM NAME=Converter1Value VALUE="1.10302">
     	<!--The value of this measurement (set one of
    	the values to 1 and base all others on that one)-->
    
     <PARAM NAME=Converter2Listing VALUE="Euro (EUR)">
     <PARAM NAME=Converter2Measure VALUE="EUR">
     <PARAM NAME=Converter2Value VALUE="1">
    
     <PARAM NAME=Converter3Listing VALUE="Bel. Frank (BEF)">
     <PARAM NAME=Converter3Measure VALUE="BEF">
     <PARAM NAME=Converter3Value VALUE="0.0247894">
    
     <PARAM NAME=Converter4Listing VALUE="Gulden (NLG)">
     <PARAM NAME=Converter4Measure VALUE="NLG">
     <PARAM NAME=Converter4Value VALUE="0.45378">
    
     <PARAM NAME=Converter5Listing VALUE="Mark (DEM)">
     <PARAM NAME=Converter5Measure VALUE="DEM">
     <PARAM NAME=Converter5Value VALUE="0.511292">
    
     <PARAM NAME=Converter6Listing VALUE="Pond (GBP)">
     <PARAM NAME=Converter6Measure VALUE="GBP">
     <PARAM NAME=Converter6Value VALUE="1.64501">
    
     <PARAM NAME=Converter7Listing VALUE="Fr. Frank (FRF)">
     <PARAM NAME=Converter7Measure VALUE="FRF">
     <PARAM NAME=Converter7Value VALUE="0.152449">
    
     <PARAM NAME=Converter8Listing VALUE="CHF">
     <PARAM NAME=Converter8Measure VALUE="CHF">
     <PARAM NAME=Converter8Value VALUE="0.640985">
    
     <PARAM NAME=Converter9Listing VALUE="Yen (JPY)">
     <PARAM NAME=Converter9Measure VALUE="JPY">
     <PARAM NAME=Converter9Value VALUE="0.0101999">
    
    
    Java is not enabled: to solve your Java problems,
    please take a look at the help section of
    <a href="Http://www.realapplets.com">RealApplets.com</a>.<BR>
    
    </APPLET>
    
    

    Status: Free. No registration required.

    Author: Geoffrey

    Homepage: http://www.realapplets.com

    Upload Date: August 27, 2001

    How to Add Java Applets to Your Site

    New on the Java Boutique:

    New Review:

    Time Management Made Easy with the Quartz Enterprise Job Scheduler
    Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

    New Applet:

    Reverse Complement
    Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

    Elsewhere on internet.com:

    WebDeveloper Java
    Lots of Java information on webdeveloper.com

    WDVL Java
    Thorough Java resource at the Web Developer's Virtual Library.

    ScriptSearch Java
    Hundreds of free Java code files to download.

    jGuru: Your View of the Java Universe
    Customizable portal with online training, FAQs, regular news updates, and tutorials.