summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2008-06-02 21:08:39 +0000
committerCarolyn MacLeod <carolyn>2008-06-02 21:08:39 +0000
commit69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7 (patch)
tree27f28f4e84394f792de4df701b785c94baa0bac0 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
parent989cc69b6222998c0a1b8bdcb75c845f6ebcac37 (diff)
downloadeclipse.platform.swt-69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7.tar.gz
eclipse.platform.swt-69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7.tar.xz
eclipse.platform.swt-69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7.zip
232625 - SWT/JFace - Lack of examples in API
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
index 617fde5343..9d9e667ead 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
@@ -111,6 +111,7 @@ import org.eclipse.swt.events.*;
*
* @see Decorations
* @see SWT
+ * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
*/
public class Shell extends Decorations {
Menu activeMenu;