[Java-gnome-developer] New UIManager and related classes
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2004-01-13 13:50:36
|
In the latest gnome/gtk development libs the UIInfo and ItemFactory classes have been deprecated. The developers have introduced a new Action based menu/toolbar creation and management API. I am currently incorporating this into java-gnome. cvs has the latest work in progress but please don't rush out and test it because there are still several problems with the code and the RadioAction event propagation is not complete. The API that is currently in java-gnome is nearly identical to the gtk library. I have written an example program that demonstrates the new classes and I would like to get your feedback. Please let me know if you like this approach and what we might be able to do to improve on the gtk implementation. The example is attached. -Jeff <<UIManagerExample.java>> |