Hi!

I need an input dialog to get some info from the user.
I would prefere to have this dialog completely encapsulated and not
directly wired to my main application class.

Something like this would be nice.

MyDialog dlg = new MyDialog()
dlg.show;
dlg.getDataX();
dlg.getDataZ();

So the dialog itself needs the logic to handle userinputs.

Is there an example around that I could use?

Thx!

-- 
GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl.  
Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl

Reply via email to