On Thursday 21 November 2002 10:39 am, you wrote: > No JDialog is just ask and the user has one input field to put in an > answer. > > The child screen is build with JFrame and has many fields for input "Name > Address parent etc".
No. You can build your own JDialogs that can contain any number and type of UI controls. And the dialog can be either modal (blocks input to the owner parent frame) or non-modal (allows input). DR ____________________________________________________ To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm Be respectful! Clean up your posts before replying ____________________________________________________
