Re: [Java-gnome-developer] Glade File Parsing

2011-06-18 Thread Waldemar Biller
File f = new File("file.glade"); FileInputStream fis = new FileInputStream(f); Just the usual stuff ;) Am 18.06.2011 16:31, schrieb RAGHAVENDRA T: Java_Gnome Library classes appears to parse only the libglade files. Is there a method to use the Glade glade file generated by Glade 3.6. The

[Java-gnome-developer] Glade File Parsing

2011-06-18 Thread RAGHAVENDRA T
Java_Gnome Library classes appears to parse only the libglade files. Is there a method to use the Glade glade file generated by Glade 3.6. The file generated by Glade 3.6 is compatible without parsing. So is there a method to load a file without parsing it. Thanks Raghavendra