//-------------------------------------------------------------
//DEMO cuastom swing component integration with adapter
// dont forget to visually set the "name" property to the field you want to map
JCalendarDemoWidgetAdapterClass dateChooserAdapter = new JCalendarDemoWidgetAdapterClass( jDateChooser1, "facDate" );
KDialogController.includeCustomWidgetForMapping( dateChooserAdapter );
//-------------------------------------------------------------
// start
KDialogController.initializeDialog( dialogModeParam, ID, foreingKeys );