In Apple's iApps that use an 'Inspector', the document (or target)
window does not lose focus when the Inspector gains focus. Is there
a workaround to imitate this behavior using Java?
Unfortunately no. To emulate this behavior, we will have to do more
analysis of where the Java concept of focus matches to AppKit's model
of the "key" window vs. the "main" window (two very different concepts).
This is something we'd like to be able to offer in the future, however
it is not possible today.
Using setWindowFocusableState(false) is unacceptable b/c components
requiring KeyboardInputFocus such as TextFields are non-functional,
despite all other controls receiving and processing mouse events; it
also reduces accessibility.
Naturally.
Mike Swingler
Java Frameworks Engineer
Apple Inc.
_______________________________________________
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