Standard Widget Toolkit (SWT) Standalone Example - File Viewer

Introduction

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.

Running the example

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 Standalone Examples Manual Setup instructions.  The executable class is org.eclipse.swt.examples.fileviewer.FileViewer.

Details

Copyright IBM Corporation 2000, 2001.  All Rights Reserved.