Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.swt.examples/doc-html/swt_dnd_ex.html')
-rw-r--r--examples/org.eclipse.swt.examples/doc-html/swt_dnd_ex.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_dnd_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_dnd_ex.html
deleted file mode 100644
index 581aa5750f..0000000000
--- a/examples/org.eclipse.swt.examples/doc-html/swt_dnd_ex.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!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 - Drag and Drop Example</title>
-</head>
-<body>
-
-<h2>SWT standalone example - Drag and Drop</h2>
-
-<p>
-The Drag and Drop example shows the various SWT data transfer types in use. The example can
-drag and drop using Text, RTF, HTML and File transfer types.
-</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.dnd.DNDExample</code>.
-</p>
-<p>
-This example can also be run using the <a href="swt_launcher_ex.html">Example Launcher</a>.
-Select the <strong>Drag and Drop</strong> item from the <strong>Standalone</strong> category and click <strong>Run</strong>.
-</p>
-
-</body>
-</html>

Back to the top