Microsoft SDK for Java

setPos

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.

Syntax

public void setPos(int x, int y);

Parameters

x The x-coordinate of the position of the IME composition window.
y The y-coordinate of the position of the IME composition window.

Remarks

Currently, this method is not implemented.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.