Sam
Sam

Reputation: 2782

JFrame and FrameView object interaction?

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

Upvotes: 0

Views: 586

Answers (1)

Andrew Thompson
Andrew Thompson

Reputation: 168825

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.

Upvotes: 1

Related Questions