|
From: Rene J. <ren...@yu...> - 2003-12-12 09:27:08
|
On Fri, 2003-12-12 at 05:40, sysadmin wrote: > 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 ? see http://jgb.sourceforge.net/documentation/elements/register/index.php > > Thanks for any input. > > BTW, this list is awfully quiet, sure hope more folks are here to bounce off > ideas. The list is indeed awfully quiet, but the JGB software is very usefull for us: we use JGB plus a number of controls we build/added for letting users define their own panels. I must say this works great (simple XML definitions is must easier for non-java programmers than java ;-) We're working on i18n support for JGB also. renej |