Skip to main content
summaryrefslogtreecommitdiffstats
blob: af5e181ff93ec8ca36eb0fd1f112267228b15bbd (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
28
29
30
31
32
<!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 - Controls Overview</title>
</head>
<body>

<h2>SWT example - Browser</h2>

<p>
The Browser Example is a simple demonstration of the SWT Browser widget. 
It consists of a composite containing a Browser widget to render HTML and some
additional widgets to implement actions commonly found on browsers (toolbar
with back, forward, refresh and stop buttons, status bar etc.).
</p>

<h3>Running the example</h3>
<p>
Follow the <a href="../../org.eclipse.swt.examples/doc-html/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.browserexample.BrowserExample</code>.
</p>
<p>
This example can also be run using the <a href="../../org.eclipse.swt.examples.launcher/doc-html/swt_launcher_ex.html">Example Launcher</a>.
Select the <strong>Browser</strong> item from the <strong>Workbench Views</strong> category and click <strong>Run</strong>.
</p>
</body>
</html>

Back to the top