| <!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 - File Viewer Example</title> | |
| </head> | |
| <body> | |
| <h2>Standard Widget Toolkit (SWT) Standalone Example - File Viewer</h2> | |
| <h3>Introduction</h3> | |
| <p>The File Viewer example shows how a simple application can be implemented | |
| using SWT. This application provides the ability to browse files | |
| and folders. It includes the use of alternate threads for long actions | |
| and demonstrates the use of the Tree, Table, Toolbar and Program. | |
| </p> | |
| <h3>Running the example</h3> | |
| <p>If the Example Launcher is installed, select the File Viewer item from the Standalone category and click Run. | |
| Otherwise, install and run the example manually as per the | |
| <a href="swt_manual_setup.html">Standalone Examples Manual Setup</a> instructions. The executable class is | |
| <code>org.eclipse.swt.examples.fileviewer.FileViewer</code>. | |
| </p> | |
| <h3>Details</h3> | |
| <p> | |
| </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> |