|
From: Parag S. <pa...@la...> - 2003-12-16 06:40:59
|
Hi, In your http://jgb.sourceforge.net/documentation/tutorials/simplewindow/index.ph p <http://jgb.sourceforge.net/documentation/tutorials/simplewindow/index.p hp> page u have mentioned that=20 ...... JDialog loginDialog =3D (JDialog)guiBuilder.get("loginDialog"); loginDialog.setTitle("Main Application Login"); ...... "After you've written this code, you realize that you will update the XML source file since you are setting properties on the dialog. But, let us leave that for another time... "=20 but I did not find it any where! I want to know after getting our required dialog and showing it to the user, how to get the Component with containing widgets (textfield, combobox) back in xml format. Thanks Regards, Parag Sagdeo |