Microsoft SDK for Java

SystemInformation.getKanjiWindowHeight

For double-byte character set (DBCS) versions of Windows, retrieves the height, in pixels, of the Kanji window at the bottom of the screen.

Syntax

public static final int getKanjiWindowHeight()

Return Value

Returns an integer value that represents the height of the Kanji window.

Remarks

Use the getKanjiWindowHeight method to determine the height of the Kanji window on systems that support the double-byte character set (DBCS). To determine whether the operating system supports DBCS, use the getDBCSEnabled method.

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