Java: Find Caller Class

Posted by Snigger on Stack Overflow See other posts from Stack Overflow or by Snigger
Published on 2010-05-22T09:42:59Z Indexed on 2010/05/22 9:50 UTC
Read the original article Hit count: 170

Filed under:
|

Hi
I have a main JFrame that calls a class(A) and that class calls another class (B)
In Class B I need a refrence to main JFrame
How to find that?

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about class