Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to imitate iApp floating palette focus behavior




With Leopard, it's much easier to achieve a floating palette using:

	getRootPane().putClientProperty("Window.style", "small");
	setAlwaysOnTop(true);

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?

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.


------------------------- Peter Powers Dept. of Earth Sciences (ZHS 117) University of Southern California 3651 Trousdale Pkwy. Los Angeles, CA 90089-0740 -------------------------

_______________________________________________
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


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.