[EMAIL PROTECTED] wrote:
> | In motif the method of input have a few
> | ways(OnTheSpot,OffTheSpot,OverTheSpot,and RootWIndow) with relation to
> | multi byte character.
> | Isn't it possible in java to change the way of input,too?
> | Bye..
> 

Hi, 

Yes, I think it could.

In fact, you know, the JDK1.2 provide input method event and listener
for both peer and peerless components. Though I have not successfully
intercept the event(now I think for a common programmer not hacker, he
can not intercept the event), I think, in next version(1.3, or 2.0 ??),
java soft would provide a interface to programmer to get the input
method event. You also could read this from the documents.

I think if we programmer could get the event, anything we can implement, 
This just means we could any style input method- even including
a handwriting - recognizing frame. right?

I have successfully written a network based chinese input method using
pure java, as there is still no way to communicate between two java 
program, so, the input method communicates with other applications only
with the protocol I predefined.
begin:          vcard
fn:             Gao Lei
n:              Lei;Gao
org:            StarGlobe
adr:            International Business Park;;#09-02, The Synergy;Singapore;Singaproe;609917;Singapore
email;internet: [EMAIL PROTECTED]
title:          Software Engineer
tel;work:       (0065)6656961
tel;fax:        (0065)6657912
tel;home:       (0065)96937680
x-mozilla-cpt:  ;-29328
x-mozilla-html: FALSE
version:        2.1
end:            vcard

Reply via email to