This file contains late information that has not been included in other READMEs distributed with this product.
There is a known limitation when using Microsoft Windows 2000 or Microsoft XP Professional Version 5.1 with the Japanese IME.Closing a JFrame that contains a JTextArea and a open IME candidate list window results in the candidate list window remaining on the screen and the CPU usage rising to 100%.
To avoid this situation ensure that the candidate list window is closed before closing the JFrame.
To avoid this situation at the application programming level, do not use the dispose() method in the windowClosing() method of the WindowListener. Use setVisible(false) instead of dispose(). This workaround is only partial because the candidate list window remains on the screen.
Note that if System.exit(0) is being called from within the windowClosing() method, this limitation does not exist.