This method of the InputMethodListener Interface retrieves the current size of the area required to draw the IME, using the given graphics object. This method enables the caller to set text fonts and colors.
public Dimension size(Graphics g);
Returns null, by default.
g | The Graphics object used to determine the size of the IME. |
Currently, this method is not implemented.