summaryrefslogtreecommitdiffstats
path: root/examples/org.eclipse.swt.examples/doc-html/swt_helloworld_ex.html
blob: 8e970b20d201c9393557a68a678e6e7ef18dbf8e (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!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 - Hello World Examples</title>
</head>
<body>

<h2>Standard Widget Toolkit (SWT) Standalone Example - Hello World</h2>

<h3>Introduction</h3>
<p>The Hello World examples shows how to create a shell, use listeners, process
events, and use SWT controls.
</p>

<h3>Running the example</h3>
<p>If the Example Launcher is installed, select the Hello World [1-5] item from the Standalone category and click Run.&nbsp;
Otherwise, install and run the example manually as per the
<a href="swt_manual_setup.html">Standalone Examples Manual Setup</a> instructions.&nbsp;  The executable classes are
<code>org.eclipse.swt.examples.helloworld.HelloWorld[1-5]</code>.
</p>

<h3>Details</h3>

<h4>Hello World 1</h4>
<p>This example demonstrates the minimum amount of code required to open an
SWT Shell and process the events.
</p>

<h4>Hello World 2</h4>
<p>This example builds on HelloWorld1 and demonstrates the minimum amount
of code required to open an SWT Shell with a Label and process the events.
</p>

<h4>Hello World 3</h4>
<p>This example builds on HelloWorld2 and demonstrates how to resize the Label
when the Shell resizes using a Listener mechanism.
</p>

<h4>Hello World 4</h4>
<p>This example builds on HelloWorld2 and demonstrates how to resize the Label
when the Shell resizes using a Layout.
</p>

<h4>Hello World 5</h4>
<p>This example builds on HelloWorld1 and demonstrates how to draw directly
on an SWT Control.
</p>

<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corporation 2000, 2001.  All Rights Reserved." BORDER=0 height=12 width=195></a></p>
</body>
</html>