Page 1 of 1

Java text box popup

Posted: Thu Jan 18, 2007 7:48 pm
by shiznatix
I am looking for a small GUI widget style thing to open a popup text box and get a string from the user in Java. Nothing big, about a sentence at most. Does this exist?

Posted: Sun Jan 21, 2007 9:44 pm
by Ambush Commander
I would assume so. Are you using awt, Swing, or some other variant?

Posted: Sun Jan 21, 2007 10:10 pm
by Jenk

Posted: Mon Jan 22, 2007 11:01 am
by timvw
JOptionPane.ShowInputDialog...