diff options
Diffstat (limited to 'examples/org.eclipse.swt.examples.browser.demos/doc-html')
3 files changed, 0 insertions, 55 deletions
diff --git a/examples/org.eclipse.swt.examples.browser.demos/doc-html/hglegal.htm b/examples/org.eclipse.swt.examples.browser.demos/doc-html/hglegal.htm deleted file mode 100644 index 621115699c..0000000000 --- a/examples/org.eclipse.swt.examples.browser.demos/doc-html/hglegal.htm +++ /dev/null @@ -1,14 +0,0 @@ -<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> -<html> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <LINK REL="stylesheet" HREF="../../../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> - <title>Legal Notices</title> -</head> -<body> - -<h3> -<a NAME="Notices"></a>Notices</h3> -(c) Copyright (c) 2000, 2004 IBM Corporation and others. All Rights Reserved. -</body> -</html> diff --git a/examples/org.eclipse.swt.examples.browser.demos/doc-html/ngibmcpy.gif b/examples/org.eclipse.swt.examples.browser.demos/doc-html/ngibmcpy.gif Binary files differdeleted file mode 100644 index c786e43e1f..0000000000 --- a/examples/org.eclipse.swt.examples.browser.demos/doc-html/ngibmcpy.gif +++ /dev/null diff --git a/examples/org.eclipse.swt.examples.browser.demos/doc-html/swt_browser_ex.html b/examples/org.eclipse.swt.examples.browser.demos/doc-html/swt_browser_ex.html deleted file mode 100644 index 6eb33018d7..0000000000 --- a/examples/org.eclipse.swt.examples.browser.demos/doc-html/swt_browser_ex.html +++ /dev/null @@ -1,41 +0,0 @@ -<!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 Overview</title> -</head> -<body> - -<h2>SWT example - Browser Demos</h2> - -<p> -The Browser Demos demonstrate various features of the SWT Browser widget. -<li>The Pawns Game is a board game that can be played against the computer -or against another player. Rendering is based on HTML and CSS techniques. The -board is a table filled with hyperlinks. Cascading Style Sheets -provide various themes and control the table aesthetic appearance. -The API <code>org.eclipse.swt.browser.Browser.setText(java.lang.String)</code> draws -the board game from HTML generated in memory. -Player moves are captured by implementing the interface <code>org.eclipse.swt.browser.LocationListener</code>. -e.g the player clicks on a cell that may generate an hyperlink with a URL similar to -http://www.org.eclipse.swt.examples.browser.demos/xx1yy2. That hyperlink identifies -the position of the cell selected by the player. The move is completed by generating -new HTML content and invoking <code>Browser.setText</code> to update the board game. -</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.browser.demos.BrowserDemoView</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 Demo</strong> item from the <strong>Workbench Views</strong> category and click <strong>Run</strong>. -</p> - -<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corporation and others 2000, 2004. All Rights Reserved." BORDER=0 height=14 width=324></a></p> -</body> -</html> |