I'm very glad that I can make a contribution to this project, :)
BTW, I rechecked it and found that the "TextField" problem I mentioned
in last mail is NOT a real problem.There is just a short delay when I
begin to input something to the TextField and it may be due to my old
machine.
Now only one little problem remains: every time I press a key using
Chinese input method, an exception will be thrown.One key,one
exception.It's always the same exception as following:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at sun.awt.im.CompositionArea.updateWindowLocation(Unknown
Source)
at sun.awt.im.CompositionArea.setText(Unknown Source)
at
sun.awt.im.CompositionAreaHandler.inputMethodTextChanged(Unknown Sour
ce)
at
sun.awt.im.CompositionAreaHandler.processInputMethodEvent(Unknown Sou
rce)
at sun.awt.im.InputMethodContext.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
But this does not affect inputting or other use.Characters can still
be input correctly.So my patch works.That's a good news :)
I'll submit another patch if I work out the exception or it would be
better if you find the solution.
Best wishes,
Kder
On 6月14日, 下午7时43分, Bartek Teodorczyk <
bar...@gmail.com> wrote:
> That's very good. Thank you for the patch.
>
> BR,
> Bartek teodorczyk
>
> 2010/6/14 Kder <
kder...@gmail.com>: