I’m relatively new to GUI with Java and I have a JFrame with a simple menu bar with your typical create new button(Like create new file and stuff). I want to have it so when I select this button another window pops up and it has several things to fill out after which you select an ok button or a cancel button. Then the focus is returned to the main JFrame.
Share
This sounds like the perfect job for a
JDialog. Dialog tutorial.