How to get HWND of a JFrame
Hi all,I want to get a HWND(handle to a window) of a certain JFrame so that i can use in in a native method to draw cerain things on it using window's API,can i get this handle from any java function call and send it to the native function?Best Regards
Search the forum. I'll let you determine which keyword to use in the search. I would think it is obvious. If you don't find anything in this forum then search the Swing forum, which is where this question should have been posted in the first place.
But since these forums search engine is... well... not as good as others,you should use [url http://www.google.ca/search?hl=en&q=jframe+hwnd+site%3Aforum.java.sun.com&btnG=Google+Search&meta=]Google with the keywords and site:forum.java.sun.com[/url].Regards