How to assign different reference into an another reference.

Suppose i have 4 JFrames in my project and i want to use single JDialog for all the JFrames, in such situation i have to pass the current JFrame class ie "this" keyword , the problem to receive different reference in the same class in different JFrames.
I have already tried by using Object class ,but it was not accepted
my be through abstract classes or interfaces

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions