From: RAGHAVENDRA T <tra...@gm...> - 2011-06-18 14:31:13
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
From: Waldemar B. <wb...@gm...> - 2011-06-18 14:42:01
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 file generated by Glade 3.6 is compatible without parsing.
>
> So is there a method to load a file without parsing it.
>
> Thanks
> Raghavendra
>
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
>
>
> _______________________________________________
> java-gnome-developer mailing list
> jav...@li...
> https://lists.sourceforge.net/lists/listinfo/java-gnome-developer