Re: [Java-gnome-developer] TreeView doesn't show with Glade

2011-02-17 Thread Andrew Cowie
On Thu, 2011-02-17 at 19:34 +0100, Luis Muñoz Villarreal wrote: > > I'm using: > libjava-gnome 4.0.14 Just FYI, there's a java-gnome PPA with up-to-date packages for Ubuntu at ppa:java-gnome/ppa See if that helps your issue? https://launchpad.net/~java-gnome/+archive/ppa AfC Sydney -- Andrew

[Java-gnome-developer] TreeView doesn't show with Glade

2011-02-17 Thread Luis Muñoz Villarreal
Hi! I have a problem with the TreeView and Glade I'm using: libjava-gnome 4.0.14 Glade 3.6.7 Eclipse 3.6.1 Ubuntu 10.04 For example, in the next code, where I don't use glade, the TreeView show the information of TreeModel ---8<- public class ExampleWithoutGlade {