|
From: sysadmin <sys...@zy...> - 2003-12-12 04:40:23
|
Hi, Are there any demos showing how to use JGB in an application ? As far as I can tell, an application could access GUI objects via builder.getObject() method, but there seems no way for my GUI objects to access any objects defined in my application, since I can't pass an "application context" to builder object, and the WindowContext is not directly accessable from the application either (for pushing application defined objects onto WindowContext) ? For example: if the simplewindow.xml demo is invoked from an application, when OK button is clicked, how does the eventhandler pass user inputs back to invoking application ? Thanks for any input. BTW, this list is awfully quiet, sure hope more folks are here to bounce off ideas. YZ |