Making JFrame Window Lose Focus to a Native Window

How can i from within the same JFrame code or another class with the JFrame reference make JFrame lose focus to another native window on the desktop. Any tips
[172 byte] By [jebson50a] at [2007-10-3 3:21:46]
# 1
In the core java API you can not make a native window take focus, you would have to use native code (JNI).The best you could do would be minimize the JFrame.
mlka at 2007-7-14 21:14:07 > top of Java-index,Java Essentials,Java Programming...