Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2009-06-16 17:04:03 +0000
committerGrant Gayed2009-06-16 17:04:03 +0000
commit67a73ec7723882876d8d64a6f8c6c006870685ce (patch)
tree3fb355aa9cf1cef676676f3b4d50175a434c7e29 /examples
parent6da182eb0f7f3106ec34a7c22109ebd637ee0c7b (diff)
downloadeclipse.platform.swt-67a73ec7723882876d8d64a6f8c6c006870685ce.tar.gz
eclipse.platform.swt-67a73ec7723882876d8d64a6f8c6c006870685ce.tar.xz
eclipse.platform.swt-67a73ec7723882876d8d64a6f8c6c006870685ce.zip
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet319.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet319.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet319.java
index e3576e166b..e3a57c7031 100644
--- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet319.java
+++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet319.java
@@ -13,6 +13,8 @@ package org.eclipse.swt.snippets;
/*
* Drag and Drop example snippet: drag and drop an object with a
* custom data transfer type from SWT to AWT/Swing
+ *
+ * Note that JRE 1.6 or newer is required on Linux.
*
* For a list of all SWT example snippets see
* http://www.eclipse.org/swt/snippets/

Back to the top