JX Tutorials

The tutorials consist of a series of programs that progressively demonstrate how to write applications with the JX Application Framework.

Following is a list of the currently available tutorials:
 
01-HelloWorld This is the standard first program that displays the words "Hello world" in a window.
02-MenuHello This tutorial adds to the previous one by allowing you to choose between two separate messages for the window by using a menu.
03-DialogHello This tutorial makes the hello world program more flexible by allowing the user to display arbitrary text in the message window. This text is edited in a dialog box.
04-Widget Custom widgets are introduced in this tutorial.
05-Scrolling Scrolling custom widgets are introduced in this tutorial.
06-DragPainter This tutorial demonstrates the use of drag painters.
07-Printing This tutorial demonstrates how to print a custom widget.
08-SimpleTable This tutorial introduces the table classes.
09-DataTable
10-SelectionTable
11-EditTable
12-Clipboard
13-Undo
14-DragAndDrop