Java Applets ABA Games

Henya Moji Applet

for Java Henya Moji Applet ver. 0.92 (c) Kenta Cho(ABA."Saba")
English

Henya Moji Applet is a signboard applet that displays Japanese hiragana letters in scribbled figures.

Installing

Unzip henya0_92.zip file and put henya0_92.jar file into some directory.

How to use

Make a html file including applet tag(shown below).

<applet 
  code="jp.gr.java_conf.abagames.henya.Henya" 
  codebase="." 
  archive=henya0_92.jar 
  width=320 height=120>
<param name="MESSAGE" 
       value="henyamoziapuretto/26//tukattemitene/32/50/">
<param name="LINEWIDTH" 
       value=4>
</applet>

You can set the hiragana message in MESSAGE parameter.

String / Size / Time

String:

Hiragana message in romaji set. Romaji set is written below.

Size:

Letter size(pixels). Default = 64.

Time:

Interval between messages(1/30 seconds). Default = 80.

You can set the line width(pixels) in LINEWIDTH parameter. Default = 3.

Download

Henya Moji Applet is a free software. You can download it from here.

Romaji set
                      [voiced]             [half-voiced]
   a   i   u   e   o
  ka  ki  ku  ke  ko   ga  gi  gu  ge  go
  sa  si  su  se  so   za  zi  zu  ze  zo
  ta  ti  tu  te  to   da  di  du  de  do
  na  ni  nu  ne  no
  ha  hi  hu  he  ho   ba  bi  bu  be  bo   pa  pi  pu  pe  po
  ma  mi  mu  me  mo
  ya      yu      yo
  ra  ri  ru  re  ro
  wa              wo
  nn
 kya     kyu     kyo  gya     gyu     gyo
 sya     syu sye syo  zya     zyu zye zyo
 tya     tyu tye tyo  dya     dyu     dyo
 nya     nyu     nyo
 hya     hyu     hyo  bya     byu     byo  pya     pyu     pyo
 rya     ryu     ryo
  fa  fi      fe  fo

   0 1 2 3 4 5 6 7 8 9
   -(hyphen)
    (space)

To input small 'tu', repeat consonants(e.g. kitto) or use small letter prefix 'x'(e.g. kixtuto).

e-mail

If you have some comments, please mail to cs8k-cyu@asahi-net.or.jp.

- ABA Games Top