Skip to main content
summaryrefslogtreecommitdiffstats
blob: cf6bad38088bef0b0a5dc4d13bf5ff6eac92cf0f (plain) (blame)
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
<!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 - Controls Example</title>
</head>
<body>

<h2>SWT Example - Controls Example</h2>

<p>
The Controls example is a simple demonstration of common SWT controls. 
It consists of a tab folder where each tab in the folder allows the user 
to interact with a different control.
The user can change styles and settings and view how this affects the control.
</p>

<h3>Running the example</h3>
<p>To run the Controls Example, from the Window menu select Show View &#8594; Other.  
In the Show View dialog, expand SWT Examples and select the
view named SWT Controls.  A view titled SWT Controls will appear in your current perspective.
</p>


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

Back to the top