blob: ce21ccd1a3e2134f266c271e899e3009b264e1c7 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<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="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>
</body>
</html>