Re: [8]Request for review: 8001205) Calendar.getDisplayName(...): Returns null when provider is SPI but there is no SPI implementation

2012-11-07 Thread Masayoshi Okutsu
Hi, Here are my comments. - LocaleServiceProviderPool.java: - * provider, including the JRE. + * provider, including the JRE's FormatData locales. * * @return an array of the available locales */ public Locale[] getAvailableLocales() { -Set locList = getAv

Re: [8] Review request for 6789984: JPasswordField can not receive keyboard input

2012-11-07 Thread Anton Litvinov
Hello Naoto, Yes, sure, I tried calling "stopListening()" method. But it does not lead to complete disabling of the input methods and appearance of the opportunity of entering a text into JPasswordField, when some composition started in JTextField before switch of focus from the last one to J

Re: [8] Review request for 6789984: JPasswordField can not receive keyboard input

2012-11-07 Thread Naoto Sato
Thank you for trying stopListening() out. Later I figured out that this method is only used when the input method instance switches the underlying input method engine from native OS's InputMethodAdapter instance to pure Java input method, so in this problem case it may not seem to apply. Let me

Re: [8]Request for review: 8001205) Calendar.getDisplayName(...): Returns null when provider is SPI but there is no SPI implementation

2012-11-07 Thread Naoto Sato
Thanks. I incorporated your comments and generated a new webrev: http://cr.openjdk.java.net/~naoto/8001205.8001562/webrev.01/ Naoto On 11/7/12 1:24 AM, Masayoshi Okutsu wrote: Hi, Here are my comments. - LocaleServiceProviderPool.java: - * provider, including the JRE. + * provider, includin

Re: [8]Request for review: 8001205) Calendar.getDisplayName(...): Returns null when provider is SPI but there is no SPI implementation

2012-11-07 Thread Masayoshi Okutsu
Looks good to me. Masayoshi On 11/8/2012 4:23 AM, Naoto Sato wrote: Thanks. I incorporated your comments and generated a new webrev: http://cr.openjdk.java.net/~naoto/8001205.8001562/webrev.01/ Naoto On 11/7/12 1:24 AM, Masayoshi Okutsu wrote: Hi, Here are my comments. - LocaleServiceProv