aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JDialog : Custom Input Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JDialog : Custom Input" Watch "JDialog : Custom Input" New topic
Author

JDialog : Custom Input

Darren Wilkinson
Greenhorn

Joined: Feb 09, 2004
Posts: 21
Hello :-)

I need to make a modal dialog window that requires the user to input text into 3 textfields

It also needs two buttons

A cancel button (which gets rid of the dialog)

Another button which passes the users text on to the class that created the dialog

Can anyone point me in the right direction on this please

Darren
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
This might get you started (it's rough)

Darren Wilkinson
Greenhorn

Joined: Feb 09, 2004
Posts: 21
Thank you

This has pointed me in the right direction
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Originally posted by Darren Wilkinson:
Thank you

This has pointed me in the right direction


It did a little more than point. I hope this wasn't a homework assignment..Michael, are you listening?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JDialog : Custom Input
 
Similar Threads
Flexible Dialog Box
JAVA Command Line jar file - Debug in Eclipse
browse button
changing txt value of a button in SWT
A question about GUI