<Swing Dev> Maybe some not useful code in sun.awt.im.InputContext
Charles Lee
littlee at linux.vnet.ibm.com
Fri Dec 2 08:53:30 UTC 2011
Hi guys,
I am doing some code reading through the input method framework. Once I
meet sun.awt.im.InputContext, I find the code (line 228), it says:
// Ignore focus events that relate to the InputMethodWindow of this
context.
// This is a workaround. Should be removed after 4452384 is fixed.
Does 4452384 mean:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4452384 ?
If it is, 4452384 has been fixed.
Should the code below be removed?
--
Yours Charles
More information about the swing-dev
mailing list