call setLocale(Locale l) of the component

解决方案 »

  1.   

    enableInputMethods(true);
    (InputContext.getInstance()).setCompositionEnabled(true);
    这是我使用的方法,但是不能完全激活,只能看到输入法在变化但是不能开启文字直接输入的功能:(
      

  2.   

    难道applet可以最本地的输入法进行设定吗?关注中。
      

  3.   

    textField.getInputContext().setCharacterSubsets(new Character.Subset[] {InputSubset.KANJI});
    ...
      

  4.   

    thanks a lot 
    I have ok !!!
      

  5.   

    多谢谢你了啊
    warmship(warmship)