Is JOptionPane internationalized ?

2001-09-27 Thread Bharat
Hi folks, I am testing my software for internationalization (Japanese) on w2k and solaris.I am using JOptionPane for warning dialogs, error dialogs etc. On Japanese W2k machine the "OK", "Cancel".. buttons are displayed in Japanese but on Japanese solaris machine they are still displayed

RE: Is JOptionPane internationalized ?

2001-09-27 Thread Farwell, Paul
Yes, JOptionPane is internationalized provided that you have an internationalized version of the plugin AND the user's computer has the appropriate locale configured for their Regional Settings (at least for Windows). A simple shortcut that avoids having the user change their regional settings

Re: [Advanced-java] Re: Is JOptionPane internationalized ?

2001-09-27 Thread Bharat
Yes basic_jp.properties is missing from rt.jar. Is there any i18n version of jre available ? Or I can get basic_jp.properties from somewhere ? Thanks - bharat Bharat - Check to see if the rt.jar in your Solaris JRE contains a Japanese language file named basic_jp.properties. This is the

RE: How to restric japanese characters

2001-09-27 Thread Pepelis, Aaron
remember to do it on a KeyRelease. Otherwise, the character wouldn't be there to remove if need be. aaron -Original Message-From: Bharat [mailto:[EMAIL PROTECTED]]Sent: Thursday, September 27, 2001 1:08 AMTo: Bharat; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL

RE: [Advanced-java] RE: How to restric japanese characters

2001-09-27 Thread Gart, Mitch
I'm not sure when KeyRelease would get called. Remember that for typing some Kanji characters a user might physically type and release 2 or more physical keys on the keyboard, and those keys would be combined into 1 Kanji character by an input method. You want something that is called