XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).
Moderator: General Moderators
shiznatix
DevNet Master
Posts: 2745 Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:
Post
by shiznatix » Thu Jan 18, 2007 7:48 pm
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?
Ambush Commander
DevNet Master
Posts: 3698 Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US
Post
by Ambush Commander » Sun Jan 21, 2007 9:44 pm
I would assume so. Are you using awt, Swing, or some other variant?
Jenk
DevNet Master
Posts: 3587 Joined: Mon Sep 19, 2005 6:24 am
Location: London
Post
by Jenk » Sun Jan 21, 2007 10:10 pm
timvw
DevNet Master
Posts: 4897 Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium
Post
by timvw » Mon Jan 22, 2007 11:01 am
JOptionPane.ShowInputDialog...