[Java-gnome-developer] LibGladeStubs usage
Brought to you by:
afcowie
From: Nicola L. <nic...@gm...> - 2005-01-15 12:15:07
|
Hi! can you explain how to use LibGladeStubs to generate the java classes for glade ? I've tryed this: LibGladeStubs l = new LibGladeStubs(gladeFile); l.generate(); And this: LibGladeStubs.execute(gladeFile); But both don't work (gives null pointer exception). Thanks. |