4
Jan
tEuroCalc – Java Calculator
Author: rberthou
Index
Description
tEuroCalc is a little Calculator/Converter Applet. Its very small size allows an easy use (14 Ko). tEuroCalc runs on all browsers with support JDK 1.1. With this applet you can make all standard operations (“+”, “-”, “/”, “*”, “%”…) and you can convert european devises in Euro.
Download
tEuroCalc.zip
News
Version 2.00
- Add LiveConnect support for Java<->Javascript communication
- Add layer sample
- Add greece devise
HTML Source
<applet code=com.berthou.applet.teurocalc.Teurocalc.class NAME=”tcalc” width=178 height=180>
<param name=bgimg value=”./piece_2.gif”>
<param name=trimg value=”trame.gif”>
<param name=flag value=”euro_flag.gif”>
<param name=font value=”Arial”>
<param name=fontsize value=12>
<param name=fontstyle value=1>
<param name=font2 value=”Arial”>
<param name=fontsize2 value=12>
<param name=fontstyle2 value=1>
<param name=font3 value=”Arial”>
<param name=fontsize3 value=12>
<param name=wcel value=4>
<param name=hcel value=24>
<param name=nbdec value=3>
<param name=bgcolor value=13684944>
<param name=bgcolor2 value=14737663>
<param name=bgcolor3 value=400>
<param name=t_col1 value=400>
<param name=t_col2 value=8421520>
<param name=t_col3 value=14737663>
</applet>
Parameters
Param name |
Type |
Description |
bgimg |
string |
back ground image |
trimg |
string |
grid image (button). |
flag |
string |
flag image (12 flags) |
iactif |
integer |
active money
- 1 : BEF / 40.3399
- 2 : DEM / 1.95583
- 3 : ESP / 166.386
- 4 : FRF / 6.55957
- 5 : IEP / 0.787564
- 6 : ITL / 1936.27
- 7 : LUF / 40.3399
- 8 : NLG / 2.20371
- 9 : ATS / 13.7603
- 10: PTE / 200.482
- 11: FIM / 5.94573
- 12: GRD / 340.75
|
script |
string |
Javascript call method |
wcel |
integer |
width size (button size / 6) |
hcel |
integer |
height size (button size) |
nbdec |
integer |
number precision (display) |
bgcolor |
integer |
bg color 1 |
bgcolor2 |
integer |
bg color 2 |
bgcolor3 |
integer |
bg color 3 |
t_col1 |
intege |
texte color 1 |
t_col2 integer texte color 2 |
t_col3 |
integer |
texte color 3 |
font |
text |
Font Name (display zone) |
fontsize |
integer |
Font Size |
fontstyle |
integer |
Font Style (0,1,2,3) |
font2 |
text |
Font Name (button zone) |
fontsize2 |
integer |
Font Size |
fontstyle2 |
integer |
Font Style (0,1,2,3) |
font3 |
text |
Font Name (help zone) |
fontsize3 |
integer |
Font Size |
Ajouter une réponse