|
java-gnome version 4.0.19 | ||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
---|---|
org.freedesktop.bindings | |
org.freedesktop.cairo | The Cairo Graphics library is the high performance drawing suite used to do custom drawing in GTK. |
org.freedesktop.enchant | |
org.freedesktop.icons | |
org.gnome.atk | ATK is the toolkit that GNOME uses to enable accessibility for users needing extra support to make the most of their computers. |
org.gnome.gdk | GDK is the low level drawing and events library used by GTK to wrap the underlying diplsay hardware and to react to actions by the user. |
org.gnome.glade | libglade is a library which reads user interface descriptions as
generated by a program like Glade and at runtime creates live
Windows and Widgets. |
org.gnome.glib | GLib is the general-purpose base library in GNOME; most of the its elements are just implementation infrastructure. |
org.gnome.gtk | GTK is the widget toolkit which is used by applications to create rich user interfaces on the screen. |
org.gnome.notify | |
org.gnome.pango | Pango is the text layout and rending engine used to power font rendering and internationalization in GNOME. |
org.gnome.rsvg | |
org.gnome.screenshot | |
org.gnome.sourceview | |
org.gnome.unique | LibUnique is a small library providing a simple mechanism to enable you to ensure only one "unique" instance of a library is running. |
org.gnome.unixprint |
This is the java-gnome language bindings project! The libraries here are as follows:
GTK, the widget toolkit that us used to create amazing desktop applications for the GNOME desktop and other platforms that support it. GTK was originally created as the GIMP's widget Tool Kit), and has since become the backbone of the entire GNOME project.
GDK contains the low level Drawing primitives (elements on the screen like points, images, cursors, etc) along with facilities for handling events coming back from the user (such as mouse clicks and keystrokes). It has implementations of various backends allowing GTK to be used on a number of different platforms. Most of the actual drawing is done via Cairo.
GLib and GObject are the base libraries in GNOME, providing general purpose utilities and an extensible object-oriented type system. These are largely transparent to the Java developer, but nevertheless the infrastructure needed to support the other libraries resides here.
Pango, the text layout and rending engine used to power font rendering and internationalization in GNOME.
ATK, the Accessibility toolkit that enables GNOME to be used by people needing extra support to make the most of their computers. ATK is used by tools such as screen readers, magnifiers, and input devices to permit a rich interaction with the desktop through alternative means. It is also, amazingly enough, used by testing frameworks to introspect widgets and text on the screen.
A variant of TextView that does source code highlighting.
Popup warnings to the user.
Spell checking for TextView Widgets.
A small library to facilitate the IPC necessary to enable you to maintain one instance (only) of an application.
The first call you will make in any java-gnome program is going to be
Gtk.init()
, so you might
try starting there.
For further reference, you might try
http://java-gnome.sourceforge.net
http://www.gtk.org
http://library.gnome.org
The java-gnome project have an IRC channel, #java-gnome
, and a
mailing list, java-gnome-developer
that are great places to ask
questions. See the contact us page for
details.
|
![]() java-gnome |
||||
PREV NEXT | FRAMES NO FRAMES |