I wish to have an internal (non window) dialog to ask for member input. I would like the dialog to be placed centrally on an existing JPanel.
I have looked at layered
JOptionPane.showInternalInputDialog probably does what you want. If not, it would be helpful to understand what it is missing.