Re: [Java-gnome-developer] Writing multiplattform applications
Brought to you by:
afcowie
From: Jeff M. <ku...@gm...> - 2005-01-09 18:41:35
|
On Sun, 09 Jan 2005 19:15:53 +0100, Khiraly <khi...@gm...> wrote: > 2005-01-09, v keltez=E9ssel 12:42-kor Jeff Morgan ezt =EDrta: > My other question (what I have forgotten): > There are any relationship between java-gnome and libswt? > (http://libswt.sourceforge.net/) >=20 > What I have readed the primary goal is similar for the two projekt > (writing java application which use gtk2 for apparence.) The two libraries are not the same and do not share the same goal. SWT only uses gtk on *NIX platforms. The goal of SWT is to provide a cross platform widget toolkit that uses the native library on each platform (win32 on Windows, GTK or Motif on *NIX, etc.). Any form of integration into the platform desktop is not portable. Java-GNOME provides bindings for the libraries that make up the GNOME stack (glib, atk, pango, gdk, gdk-pixbuf, gtk, libgnome, libgnomeui, libgnome-canvas, libgconf, and libglade). If you are building applications for the GNOME desktop then you would choose Java-GNOME. Also, if you are building applications for GTK then you would choose Java-GNOME. >=20 > By what point of views can i choose between the two libraries? >=20 > For now I have only use swing for the graphical interface. (java) >=20 > Best regards, > Khiraly >=20 > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer >=20 --=20 Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |