blob: 9c6f23ff3df0174d0b01d0aaf230f0778ddeb6f6 [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 - File Viewer Example</title>
</head>
<body>
<h2>SWT standalone example - File Viewer</h2>
<p>
The File Viewer example shows how a simple application can be implemented using SWT.
This application provides the ability to navigate files and folders on the local file system and manipulate them using drag and drop.
It uses alternate threads for long actions and demonstrates the use of the Tree,
Table, and Toolbar widgets and the Program class.
</p>
<h3>Running the example</h3>
<p>
Follow the <a href="swt_manual_setup.html">SWT standalone examples setup</a>
instructions to install and run the example from your workspace.
</p>
<p>
The "Main" class is <code>org.eclipse.swt.examples.fileviewer.FileViewer</code>.
</p>
<p>
This example can also be run using the <a href="../../org.eclipse.swt.examples.launcher/doc-html/swt_launcher_ex.html">Example Launcher</a>.
Select the <strong>File Viewer</strong> item from the <strong>Standalone</strong> category and click <strong>Run</strong>.
</p>
<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corporation and others 2000, 2004. All Rights Reserved." BORDER=0 height=14 width=324></a></p>
</body>
</html>