Java-GNOME 0.5 GNOME Tutorial

Jeffrey Morgan

The Java-GNOME Project

          kuzman@neo.rr.com
        

This tutorial is an introduction to the Java bindings for the GNOME desktop environment. The intended audience is a developer that wants to develop a GNOME application in Java. This tutorial does not cover the actual JNI interface deployed by the project.


Table of Contents
Credits and Copyrights
1. Introduction
2. Let's Get Started
My First GNOME Application
GTK+
GNOME
Explanation of the code
3. Adding Menus
Signals and Callbacks
Adding menus to our example
Handling Menu Events
4. Toolbars and Statusbars
Toolbars
Statusbars
5. Layout Management
Boxes
Tables
Adding widgets and layout managers to our example
6. Containers