Skip to main content
summaryrefslogtreecommitdiffstats
blob: a3d06c10af80bb0a900192d3ea5bcdca3286a930 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!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 and manipulate them via Drag and Drop.
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>
Follow the <a href="swt_manual_setup.html">Manual 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 File Viewer item from the Standalone category and click Run.
</p>

<p><a href="hglegal2002.htm"><img SRC="ngibmcpy2002.gif" ALT="Copyright IBM Corporation and others 2000, 2002.  All Rights Reserved." BORDER=0 height=14 width=324></a></p>
</body>
</html>

Back to the top