Simple popup java form with at least two fields
Posted
by nunos
on Stack Overflow
See other posts from Stack Overflow
or by nunos
Published on 2010-06-09T02:38:45Z
Indexed on
2010/06/09
2:42 UTC
Read the original article
Hit count: 303
This is, I suppose, a very simple question for any Java programmer.
My question is as simple as this:
When the user clicks a button, I want to show a popup form that should have at least two JTextFields and two JLabels, so using JOptionPane.showInputDialog
is not a possibility.
Thanks.
© Stack Overflow or respective owner