JFrame and FrameView object interaction?

590 views Asked by At

How is it possible to access a FrameView (Being the main panel view) object from a JFrame and vice versa??!

1

There are 1 answers

1
Andrew Thompson On

Given a FrameView is a JFrame, exactly the same way you might do it for a JFrame.

If you don't know how to do it with another JFrame, maybe you should post an SSCCE (using core J2SE classes only) of your best attempt.