jdk/src/java.desktop/share/classes/sun/awt/im/InputMethodContext.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    64     // Creation of the context's composition area handler is
    64     // Creation of the context's composition area handler is
    65     // delayed until we really need a composition area.
    65     // delayed until we really need a composition area.
    66     private CompositionAreaHandler compositionAreaHandler;
    66     private CompositionAreaHandler compositionAreaHandler;
    67     private Object compositionAreaHandlerLock = new Object();
    67     private Object compositionAreaHandlerLock = new Object();
    68 
    68 
    69     static private boolean belowTheSpotInputRequested;
    69     private static boolean belowTheSpotInputRequested;
    70     private boolean inputMethodSupportsBelowTheSpot;
    70     private boolean inputMethodSupportsBelowTheSpot;
    71 
    71 
    72     static {
    72     static {
    73         // check whether we should use below-the-spot input
    73         // check whether we should use below-the-spot input
    74         // get property from command line
    74         // get property from command line