This method of the InputMethodListener Interface displays the IME composition window on the visible canvas in terms of (x,y) coordinates. When the IME is attached to a component, the position of the composition window will be set in the client area of the component.
public void setPos(int x, int y);
x | The x-coordinate of the position of the IME composition window. |
y | The y-coordinate of the position of the IME composition window. |
Currently, this method is not implemented.