I have two JFrames (mainFrame.java & child.java) designed in NetBeans editor. I want to call second JFrame from the first frame as a child window. How can I call it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Make the object of the first frame and then call it in the second frame.
|
||||
|
|