summaryrefslogtreecommitdiffstats
path: root/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/browser-content.html
blob: 248b93ee1c261c126375da4c6607a945a666ac3a (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
<html>
<head>
<title>SWT Browser</title>
</head>

<h3>About SWT Browser</h3>
<p>You are looking at HTML content in a <b>Browser</b> widget.
<ul>
<li>For a definition of the Browser widget, see:
<a href="http://www.eclipse.org/swt/faq.php#whatisbrowser">http://www.eclipse.org/swt/faq.php#whatisbrowser</a></li>
<li>For a list of the platforms that Browser supports, see:
<a href="http://www.eclipse.org/swt/faq.php#browserplatforms">http://www.eclipse.org/swt/faq.php#browserplatforms</a></li>
<li>For more information on the SWT.MOZILLA Browser style, see:
<a href="http://www.eclipse.org/swt/faq.php#howusemozilla">http://www.eclipse.org/swt/faq.php#howusemozilla</a></li>
<li>For more examples that use a Browser widget, see BrowserExample, BrowserDemo, and WebBrowser:
<a href="http://www.eclipse.org/swt/examples.php">http://www.eclipse.org/swt/examples.php</a></li>
</ul></p>

<h3>About SWT</h3>
<p>For more information on SWT, including the Widget Gallery, Snippets, Examples, FAQ, Tools, Documentation
and more, check out <a href="http://www.eclipse.org/swt/">http://www.eclipse.org/swt</a>.</p>

<h3>Eclipse Downloads Page</h3>
<p>To download the latest Integration Build of eclipse, go to:
<a href="http://download.eclipse.org/eclipse/downloads/">http://download.eclipse.org/eclipse/downloads</a>.</p>

<h3>Bug Reports and Feature Requests</h3>
<p>To report an SWT bug or request an SWT feature, go to:
<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform">https://bugs.eclipse.org/bugs</a>
and select <b>Component: SWT</b>.</p>

</body>
</html>