jdk/src/share/classes/sun/swing/SwingUtilities2.java
changeset 23298 1c729daf92a0
parent 23297 2946ef51ee24
child 24163 d56df89854c4
equal deleted inserted replaced
23297:2946ef51ee24 23298:1c729daf92a0
    77      * The <code>AppContext</code> key for our one <code>LAFState</code>
    77      * The <code>AppContext</code> key for our one <code>LAFState</code>
    78      * instance.
    78      * instance.
    79      */
    79      */
    80     public static final Object LAF_STATE_KEY =
    80     public static final Object LAF_STATE_KEY =
    81             new StringBuffer("LookAndFeel State");
    81             new StringBuffer("LookAndFeel State");
       
    82 
       
    83     public static final Object MENU_SELECTION_MANAGER_LISTENER_KEY =
       
    84             new StringBuffer("MenuSelectionManager listener key");
    82 
    85 
    83     // Maintain a cache of CACHE_SIZE fonts and the left side bearing
    86     // Maintain a cache of CACHE_SIZE fonts and the left side bearing
    84      // of the characters falling into the range MIN_CHAR_INDEX to
    87      // of the characters falling into the range MIN_CHAR_INDEX to
    85      // MAX_CHAR_INDEX. The values in fontCache are created as needed.
    88      // MAX_CHAR_INDEX. The values in fontCache are created as needed.
    86      private static LSBCacheEntry[] fontCache;
    89      private static LSBCacheEntry[] fontCache;