Brian Davies wrote:
>Maybe there is a property list entry which must be set in XCode when
>bundling to a Mac OS X app.
According to "Live Resizing" here:
<http://developer.apple.com/documentation/Java/Conceptual/Jar_Bundler/About/chapter_2_section_2.html>
"Not selectable in Java 1.4.x or J2SE 5.0; ..."
I could be wrong, but "Not selectable" seems definitive to me.
The only vaguely plausible work-around I can think of is to subclass the
concrete Toolkit (assuming it's not final), override
isDynamicLayoutActive() to return false, and designate that class as your
default Toolkit.
Even that may not work, since it's unclear how isDynamicLayoutActive() is
used inside AWT/Swing. That is, whether it's only an indicator of an
unconfigurable state, or whether it's a true representation of a
configurable state.
-- 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