blob: c73a47cc44101303d42626978ff0de3f73ef1892 [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>SWT - Address Book Example</title>
</head>
<body>
<h2>Standard Widget Toolkit (SWT) Standalone Example - Address Book</h2>
<h3>Introduction</h3>
<p>
The AddressBook example shows how the org.eclipse.swt.Table class can be
used to present tabular information.
</p>
<h3>Running the example</h3>
<p>
If the Example Launcher is installed, select the Address Book item from the Standalone category and click Run.&nbsp;
Otherwise, install and run the example manually as per the
<a href="swt_manual_setup.html">Standalone Examples Manual Setup</a> instructions.&nbsp; The executable class is
<code>org.eclipse.swt.examples.addressbook.AddressBook</code>.
</p>
<h3>Details</h3>
<p>
The application can save and load address books, sort the entries, search for strings within the fields and
perform other operations that would typically be found in this kind of application.
</p>
<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corporation 2000, 2001. All Rights Reserved." BORDER=0 height=12 width=195></a></p>
</body>
</html>