src/share/classes/sun/awt/HToolkit.java

Print this page
rev 9717 : 8039642: Fix raw and unchecked warnings in sun.awt.*
Reviewed-by:

*** 212,222 **** public int getScreenResolution() throws HeadlessException { throw new HeadlessException(); } ! public Map mapInputMethodHighlight(InputMethodHighlight highlight) throws HeadlessException { throw new HeadlessException(); } public int getMenuShortcutKeyMask() --- 212,223 ---- public int getScreenResolution() throws HeadlessException { throw new HeadlessException(); } ! public Map<java.awt.font.TextAttribute, ?> mapInputMethodHighlight( ! InputMethodHighlight highlight) throws HeadlessException { throw new HeadlessException(); } public int getMenuShortcutKeyMask()