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?
I have two JFrames (mainFrame.java & child.java) designed in NetBeans editor. I want to
Share
don’t use two JFrames, the best suggestion why not, or e.i. is answer by
@Andrew Thompsonhave look at JDialog
to check JDialog(Dialog owner, boolean modal) or ModalityTypes