Re: [Java-gnome-developer] Glade ComboBox
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2008-03-13 14:48:54
|
On Thu, 2008-03-13 at 08:19 -0300, Rafael Gil wrote: > I'm new to java-gnome and I'm trying to understand how ComboBox works. > I've made a window with a ComboBox using glade, You should be able to just do: cb = (ComboBox) glade.getWidget("combobox1"); and then use the various methods on ComboBox. AfC Berlin |