There are several java libraries in
http://ftp.gnome.org/pub/gnome/sources/ :
libgnome-java, java-gnome and libgtk-java. What libraries should I use
to develop java application with gtk interface? java-gnome library
contains Window, Widget and GtkObject classes. And libgtk-java also
contains these classes. Should these libraries be used together? And
what is the difference between them?
|