Elliotte Harold wrote:
>Anyone happen to know a simple way to pop up the character palette from
>a Java Swing application? e.g. I'm looking for the palette found in many
>applications including TextEdit and QuickTime Player as Edit/Special
>Characters. Doesn't need to be cross-platform. Is there a standard
>method for this?
I don't think you can activate it except by calling JNI. There might be
something in Cocoa-Java, but I didn't turn up anything when searching ADC:
<http://developer.apple.com/search/search.html>
for:
cocoa java character palette
You could tell users how to get to the character palette through System
Preferences:
<http://www.creativepro.com:80/story/feature/19595.html>
Maybe there's something scriptable there, which would take some exploring
of scripting dictionaries using Script Editor.app.
The only other thing I can think of is there might be some way to do it
using java.awt.im classes, but I'm not familiar with the classes, so could
easily be wrong.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden