< prev index next >

src/java.desktop/share/classes/java/awt/font/TextAttribute.java

Print this page

        

*** 42,52 **** import java.io.InvalidObjectException; import java.text.AttributedCharacterIterator.Attribute; import java.util.Map; import java.util.HashMap; ! import jdk.internal.misc.SharedSecrets; /** * The {@code TextAttribute} class defines attribute keys and * attribute values used for text rendering. * <p> --- 42,52 ---- import java.io.InvalidObjectException; import java.text.AttributedCharacterIterator.Attribute; import java.util.Map; import java.util.HashMap; ! import jdk.internal.access.SharedSecrets; /** * The {@code TextAttribute} class defines attribute keys and * attribute values used for text rendering. * <p>
< prev index next >