summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/examples.html
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 12:53:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 12:53:09 +0000
commit2a2736f721ea53ab528d84aa638ef4f5e827bcb0 (patch)
tree14f37973a352d8aea0fdf17502b001790995c41e /odk/examples/DevelopersGuide/examples.html
parenta39fbfb8616435cc1f5143cafc0084013346baf9 (diff)
INTEGRATION: CWS jsc18 (1.10.44); FILE MERGED
2007/07/06 06:55:55 jsc 1.10.44.1: #i78746# insert description for GUI examples
Diffstat (limited to 'odk/examples/DevelopersGuide/examples.html')
-rw-r--r--odk/examples/DevelopersGuide/examples.html201
1 files changed, 121 insertions, 80 deletions
diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html
index 3088e112fced..a88423d1a364 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>[TITLE] - Developer's Guide Examples</title>
+ <title>StarOffice 8 SDK - Developer's Guide Examples</title>
<link rel="stylesheet" type="text/css"
href="../../docs/sdk_styles.css">
<meta http-equiv="Content-Type"
@@ -96,7 +96,7 @@ detail how to create a working data source (see the office help).</p>
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#FirstSteps"
title="link to the First Steps examples">First Steps</a></td>
- <td class="content10"></td>
+ <td class="content4"></td>
<td class="content3"><img
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#ProfessionalUNO"
@@ -112,7 +112,7 @@ detail how to create a working data source (see the office help).</p>
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#OfficeDevelopment"
title="link to the Office Development examples">Office Development</a></td>
- <td class="content10"></td>
+ <td class="content4"></td>
<td class="content3"><img
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#Text" title="link to the Text examples">Text
@@ -129,7 +129,7 @@ Documents</a></td>
<td><a href="#Drawing"
title="link to the Drawing And Presentation examples">Drawing and
Presentation Documents</a></td>
- <td class="content10"></td>
+ <td class="content4"></td>
<td class="content3"><img
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#Charts"
@@ -138,7 +138,7 @@ Presentation Documents</a></td>
<td class="content3"><img
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#BasicandDialogs"
- title="link to the Basic And Dialogs examples">[PRODUCTNAME] Basic and
+ title="link to the Basic And Dialogs examples">StarOffice 8 Basic and
Dialogs</a></td>
</tr>
<tr valign="top">
@@ -146,7 +146,7 @@ Dialogs</a></td>
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#Database"
title="link to the Database examples">Database Access</a></td>
- <td class="content10"></td>
+ <td class="content4"></td>
<td class="content3"><img
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#Forms"
@@ -163,7 +163,7 @@ Content Broker (UCB)</a></td>
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#Configuration"
title="link to the Configuration examples">Configuration Management</a></td>
- <td class="content10"></td>
+ <td class="content4"></td>
<td class="content3"><img
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#OfficeBean"
@@ -177,14 +177,15 @@ Content Broker (UCB)</a></td>
<td class="content3"><img
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#ScriptingFramework" title="link to the Scripting Framework examples">Scripting Framework</a></td>
+ <td class="content4"></td>
+ <td class="content3"><img
+ src="../../docs/images/arrow-1.gif"></td>
+ <td><a href="#GraphicalUserInterfaces" title="link to the Graphical UserInterfaces examples">Graphical User Interfaces</a></td>
<td class="content10"></td>
<td class="content3"></td>
<td></td>
- <td class="content10"></td>
- <td class="content3"></td>
- <td></td>
- <tr>
- </tr>
+ <tr>
+ </tr>
</tbody>
</table>
</td>
@@ -236,7 +237,7 @@ examples</a></td>
href="./FirstSteps/FirstUnoContact.java"
title="link to FirstSteps/FirstUnoContact.java">FirstUnoContact</a></td>
<td class="cell80">Shows how to initialize UNO and
-get a remote office service manager from a running [PRODUCTNAME] in a
+get a remote office service manager from a running StarOffice 8 in a
different process space.</td>
</tr>
<tr>
@@ -245,7 +246,7 @@ different process space.</td>
href="./FirstSteps/FirstLoadComponent.java"
title="link to FirstSteps/FirstLoadComponent.java">FirstLoadComponent</a></td>
<td class="cell80">Demonstrates how to load a
-component into [PRODUCTNAME] by a Java application.</td>
+component into StarOffice 8 by a Java application.</td>
</tr>
<tr>
<td class="cell20"><img
@@ -318,7 +319,6 @@ implementation of the Java VM whether finalize() will be called or not.</td>
<td class="cell80">Shows the UNO reference counting
mechanism in C++.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -337,7 +337,7 @@ mechanism in C++.</td>
href="./ProfUNO/InterprocessConn/ConnectionAwareClient.java"
title="link to ProfUNO/InterprocessConn/ConnectionAwareClient/.java">ConnectionAwareClient</a></td>
<td class="cell80">Implements a client which is aware
-of losing connection to [PRODUCTNAME].</td>
+of losing connection to StarOffice 8.</td>
</tr>
<tr>
<td class="cell20"><img
@@ -345,12 +345,11 @@ of losing connection to [PRODUCTNAME].</td>
href="./ProfUNO/InterprocessConn/UrlResolver.java"
title="link to ProfUNO/InterProcessConn/UrlResolver.java">UrlResolver</a></td>
<td class="cell80">Builds a connection to
-[PRODUCTNAME] using the URL given on the command line. This example
+StarOffice 8 using the URL given on the command line. This example
shows the usage of <a
href="../../docs/common/ref/com/sun/star/bridge/XUnoUrlResolver.html"
title="link to the reference documentation of com.sun.star.bridge.XUnoResolver"><code>XUnoUrlResolver</code></a>.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -369,7 +368,7 @@ shows the usage of <a
href="./ProfUNO/CppBinding/office_connect.cxx"
title="link to ProfUNO/CppBinding/office_connect.java">office_connect.cxx</a></td>
<td class="cell80">Builds a connection to
-[PRODUCTNAME] using C++.</td>
+StarOffice 8 using C++.</td>
</tr>
<tr>
<td class="cell20"><img
@@ -384,7 +383,6 @@ classes <a href="../../docs/cpp/ref/names/rtl/c-OString.html"
and <a href="../../docs/cpp/ref/names/rtl/c-OUStringBuffer.html"
title="link to the reference documentation of rtl::OUStringBuffer"><code>OUStringBuffer</code></a>.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -414,7 +412,6 @@ method, which bootstraps the component context from a UNO installation.</td>
<td class="cell80">Contains the additional manifest
file entries.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -438,7 +435,6 @@ office UNO components from C++. The remote office component context is
obtained by using the <code>::cppu::bootstrap()</code> function, which
bootstraps the component context from a UNO installation.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -457,7 +453,6 @@ bootstraps the component context from a UNO installation.</td>
title="link to Components/SimpleLicense/description.xml">description.xml</a></td>
<td class="cell80">Demonstrates how license files can be embedded, so that they are shown to the user during installation.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -523,7 +518,6 @@ configuration.</td>
<td class="cell80">Contains the configuration entries
for the Jobs addon where different entries are configured.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -557,7 +551,6 @@ configuration.</td>
<td class="cell80">Contains the configuration entries
for the ProtocolHandler addon where different entries are configured.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -605,7 +598,6 @@ configuration.</td>
<td class="cell80">Contains the configuration entries
for the ProtocolHandler addon where different entries are configured.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -659,7 +651,6 @@ and an own interface <code>XSomethingB</code>.</td>
<td class="cell80">Implements a factory (service
provider) which can create the two test components.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -693,7 +684,6 @@ with an own interface in C++.</td>
<td class="cell80">Implements another simple UNO
service in C++.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -722,7 +712,6 @@ framework.</td>
<td class="cell80">This example registers a factory
for the image shrink component and instantiates it.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -730,7 +719,7 @@ for the image shrink component and instantiates it.</td>
<tr>
<td>
<table class="table4">
- </tbody><tbody>
+ <tbody>
<tr class="thead">
<td class="cell20">Dialog Component Example</td>
<td class="cell80">Description</td>
@@ -740,7 +729,7 @@ for the image shrink component and instantiates it.</td>
href="./Components/DialogComponent/DialogComponent.java"
title="link to Components/DialogComponent/DialogComponent.java">DialogComponent.java</a></td>
<td class="cell80">Implements a component accessing a dialog created
- with the [PRODUCTNAME] Basic IDE. The component provides methods that
+ with the StarOffice 8 Basic IDE. The component provides methods that
can be bound to dialog respectively control events .</td>
</tr>
<tr>
@@ -769,7 +758,6 @@ for the image shrink component and instantiates it.</td>
controls with events bound to methods supported by the
Dialog Component.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -836,7 +824,6 @@ analyze and prepare the arguments of the filter method.</td>
<td class="cell80">Contains the necessary
configuration items for the AsciiReplaceFilter.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -864,7 +851,6 @@ in for example an .odt file. The example is implemented in C++.</td>
<td class="cell80">Contains the necessary
configuration items for the C++ flat xml filter.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -892,7 +878,6 @@ in for example an .odt file. The example is implemented in Java.</td>
<td class="cell80">Contains the necessary
configuration items for the Java flat xml filter.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -933,7 +918,6 @@ component functions (component_writeInfo, component_getFactory).</td>
<td class="cell80">Contains the necessary
configuration items for the C++ flat xml type detection.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -962,7 +946,7 @@ document component.</td>
<td class="cell80">This is the main part of a demo
application based on the framework APIs. It mainly shows the mechanisms
to load, store and convert documents, as well as dispatch and dispatch
-interception. It integrates windows from [PRODUCTNAME] via system
+interception. It integrates windows from StarOffice 8 via system
window handle. This is the same mechanism as used by the OOoBean, but
the OOoBean itself is not used here, just the JNI window handle access.</td>
</tr>
@@ -978,7 +962,7 @@ and it's actions.</td>
href="./OfficeDev/DesktopEnvironment/FunctionHelper.java"
title="link to OfficeDev/DesktopEnvironment/FunctionHelper.java">FunctionHelper</a></td>
<td class="cell80">This helper comprises all
-[PRODUCTNAME] API calls. Thus it is possible to learn about these
+StarOffice 8 API calls. Thus it is possible to learn about these
aspects separately from the rest of the application example.</td>
</tr>
<tr>
@@ -993,7 +977,7 @@ asynchronous events from UNO oneway calls.</td>
href="./OfficeDev/DesktopEnvironment/IShutdownListener.java"
title="link to OfficeDev/DesktopEnvironment/IShutdownListener.java">IShutdownListener</a></td>
<td class="cell80">This is a listener interface to
-clean up on shutdown of [PRODUCTNAME].</td>
+clean up on shutdown of StarOffice 8.</td>
</tr>
<tr>
<td class="cell20"><a
@@ -1024,7 +1008,7 @@ get the window handle of the Java window.</td>
href="./OfficeDev/DesktopEnvironment/OfficeConnect.java"
title=" link to OfficeDev/DesktopEnvironment/OfficeConnect.java">OfficeConnect</a></td>
<td class="cell80">Builds the remote bridge to
-[PRODUCTNAME] and exports its UNO service manager for the Java side of
+StarOffice 8 and exports its UNO service manager for the Java side of
the application.</td>
</tr>
<tr>
@@ -1055,9 +1039,8 @@ the application is registered as an event listener.</td>
href="./OfficeDev/DesktopEnvironment/ViewContainer.java"
title="link to OfficeDev/DesktopEnvironment/ViewContainer.java">ViewContainer</a></td>
<td class="cell80">Performs a clean up on the Java
-side on [PRODUCTNAME] shutdown.</td>
+side on StarOffice 8 shutdown.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -1075,7 +1058,7 @@ side on [PRODUCTNAME] shutdown.</td>
href="./OfficeDev/OfficeConnect.java"
title="link to OfficeDev/OfficeConnect.java">OfficeConnect</a></td>
<td class="cell80">Builds the remote bridge to
-[PRODUCTNAME] and exports its UNO service manager to the Java side.</td>
+StarOffice 8 and exports its UNO service manager to the Java side.</td>
</tr>
<tr>
<td class="cell20"><img
@@ -1103,7 +1086,6 @@ menu interceptor example. It determines the menu element type.</td>
<td class="cell80">Demonstrates the use of number
formats in a spreadsheet document.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -1132,9 +1114,8 @@ TerminateListener and shows the use of them in a running program.</td>
href="../../docs/common/ref/com/sun/star/frame/XTerminateListener.html"
title="link to the reference documentation of com.sun.star.frame.XTerminationListener">
<code>XTerminateListener</code></a>. It is called
-when [PRODUCTNAME] terminates.</td>
+when StarOffice 8 terminates.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -1181,7 +1162,6 @@ of the clipboard.</td>
Clipboard example. Such classes supply clients with data in a variety
of formats.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -1200,7 +1180,7 @@ of formats.</td>
href="./OfficeDev/Linguistic/LinguisticExamples.java"
title="link to OfficeDev/Linguistic/LinguisticExamples.java">LinguisticExamples</a></td>
<td class="cell80">A short example that uses most of
-the functionality from the [PRODUCTNAME] linguistic API.</td>
+the functionality from the StarOffice 8 linguistic API.</td>
</tr>
<tr>
<td class="cell20"><a
@@ -1316,7 +1296,6 @@ instance of this type may be returned by the spell checker.</td>
</tr>
<tr>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -1344,7 +1323,6 @@ change the path properties using the <a
title="link to the reference documentation of com.sun.star.beans.XPropertySet"><code>XPropertySet</code></a>
interface.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -1371,7 +1349,6 @@ variable values on the screen. The reSubstiuteVariables function is
used to show how the service exchanges parts of a path with a path
variable supporting platform independent path usage.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -1392,7 +1369,6 @@ variable supporting platform independent path usage.</td>
a developer can use the configuration API to disable/enable commands at
runtime.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -1466,8 +1442,7 @@ autotext</li>
definition to match your installation!</p>
</td>
</tr>
- </tbody><tbody>
- </tbody>
+ </tbody>
</table>
</td>
</tr>
@@ -1570,8 +1545,7 @@ a spreadsheet document.</td>
<td class="cell80">Shows how to manipulate view
settings like splitting sheeting sheets and selecting cells.</td>
</tr>
- </tbody><tbody>
- </tbody>
+ </tbody>
</table>
</td>
</tr>
@@ -1687,7 +1661,7 @@ URLs.</td>
<td class="cell20"><a href="./Drawing/Helper.java"
title="link to Drawing/Helper.java">Helper</a></td>
<td class="cell80">Contains a helper class for the
-other examples to connect to [PRODUCTNAME] and open or create a drawing
+other examples to connect to StarOffice 8 and open or create a drawing
document.</td>
</tr>
<tr>
@@ -1749,8 +1723,7 @@ predefined shape stylesheet.</td>
<td class="cell80">Demonstrates usage of text and
text styles in shapes.</td>
</tr>
- </tbody><tbody>
- </tbody>
+ </tbody>
</table>
</td>
</tr>
@@ -1839,7 +1812,7 @@ is not implemented. To be more precise.</td>
<td class="cell20"><a href="./Charts/Helper.java"
title="link to Charts/Helper.java">Helper</a></td>
<td class="cell80">Shows how to connect to
-[PRODUCTNAME] and create text, drawing or spreadsheet document. This
+StarOffice 8 and create text, drawing or spreadsheet document. This
class is used as a helper class for the other examples.</td>
</tr>
<tr>
@@ -1868,8 +1841,7 @@ data range in a spreadsheet document.</td>
which is called when the selection within an embedded chart object
changes.</td>
</tr>
- </tbody><tbody>
- </tbody>
+ </tbody>
</table>
</td>
</tr>
@@ -1895,7 +1867,7 @@ changes.</td>
<tbody>
<tr>
<td colspan="2" class="head1"><a
- name="BasicandDialogs">[PRODUCTNAME] Basic and Dialogs examples</a></td>
+ name="BasicandDialogs">StarOffice 8 Basic and Dialogs examples</a></td>
<td align="right"> <a href="#examples"
title="link to the Developer's Guide examples overview"><img
class="navigate" src="../../docs/images/nav_up.png"></a> <a
@@ -1960,8 +1932,7 @@ bar </li>
</ul>
</td>
</tr>
- </tbody><tbody>
- </tbody>
+ </tbody>
</table>
</td>
</tr>
@@ -2018,7 +1989,7 @@ the example. </td>
href="./Database/CodeSamples.java"
title="link to Database/CodeSamples.java">CodeSamples</a></td>
<td class="cell80">Creates the connection to
-[PRODUCTNAME] and executes the code SalesMan samples for database API.</td>
+StarOffice 8 and executes the code SalesMan samples for database API.</td>
</tr>
<tr>
<td class="cell20"><img
@@ -2062,8 +2033,7 @@ listener for the row set example.</td>
<td class="cell80">Demonstrates the usage of the
SDBCX layer services.</td>
</tr>
- </tbody><tbody>
- </tbody>
+ </tbody>
</table>
</td>
</tr>
@@ -2209,8 +2179,7 @@ and declare a helper class for properties.</td>
<td class="cell80">Implements the property helper
class.</td>
</tr>
- </tbody><tbody>
- </tbody>
+ </tbody>
</table>
</td>
</tr>
@@ -2529,8 +2498,7 @@ of a form control to a table cell in a text document.</td>
interactive examples, which notifies another instance when the user
pressed key on the console.</td>
</tr>
- </tbody><tbody>
- </tbody>
+ </tbody>
</table>
</td>
</tr>
@@ -2653,8 +2621,7 @@ UCB resources.</td>
<td class="cell80">Demonstrates how to remove UCB
resources.</td>
</tr>
- </tbody><tbody>
- </tbody>
+ </tbody>
</table>
</td>
</tr>
@@ -2705,10 +2672,9 @@ Management examples</a></td>
href="./Config/ConfigExamples.java"
title="link to Config/ConfigExamples.java">ConfigExamples</a></td>
<td class="cell80">This example connects to a
-[PRODUCTNAME], gets the configuration manager and accesses the
+StarOffice 8, gets the configuration manager and accesses the
configuration in various ways.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -2763,7 +2729,6 @@ Bean example</a></td>
embedded in a Java AWT component. It shows how to load and store
documents as well as how to control toolbar visibility.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -2900,7 +2865,6 @@ focused object.</td>
<td class="cell80">Show some textual information
about the currently focused object like its name, description, and role.</td>
</tr>
- </tbody><tbody>
</tbody>
</table>
</td>
@@ -2961,7 +2925,84 @@ that opens a new Writer document and inserts the word Hello in it.</td>
that opens a Java Swing dialog with a tree view of the macro hierarchy
for the Office application.</td>
</tr>
- </tbody><tbody>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3"><img class="line"
+ src="../../docs/images/sdk_line-2.gif"></td>
+ </tr>
+ <tr>
+ <td class="content1"><img class="nothing8"
+ src="../../docs/images/nada.gif"></td>
+ <td>
+ <table class="table2">
+ <tbody>
+ <tr>
+ <td>
+ <table class="table3">
+ <tbody>
+ <tr>
+ <td colspan="2" class="head1"><a
+ name="GraphicalUserInterfaces">Graphical User Interfaces</a></td>
+ <td align="right"> <a href="#examples"
+ title="link to the Developer's Guide examples overview"><img
+ class="navigate" src="../../docs/images/nav_up.png"></a> <a
+ href="../../index.html" title="link to the SDK start page"><img
+ class="navigate" src="../../docs/images/nav_home.png"></a> </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <table class="table4">
+ <tbody>
+ <tr class="thead">
+ <td class="cell20"> Example</td>
+ <td class="cell80">Description</td>
+ </tr>
+ <tr>
+ <td class="cell20"><img src="../../docs/images/bluball.gif">
+<a href="./GUI/DialogDocument.java" title="link to GUI/DialogDocument.java">DialogDocument</a></td>
+ <td class="cell80">A sample showing how to display an office document in a dialog window.</td>
+ </tr>
+ <tr>
+ <td class="cell20"><img src="../../docs/images/bluball.gif">
+<a href="./GUI/Messagebox.java" title="link to GUI/MessageBox.java">MessageBox</a></td>
+ <td class="cell80">A sample showing how to display a simple message box.</td>
+ </tr>
+ <tr>
+ <td class="cell20"><img src="../../docs/images/bluball.gif">
+<a href="./GUI/UnoDialogSample.java" title="link to GUI/UnoDialogSample.java">UnoDialogSample</a></td>
+ <td class="cell80">A sample showing how to create various controls in a dialog (fixed text field, currency field, progress bar, fixed line, group box, edit field, time field, date field, pattern field, numeric field, progressbar, check box, radio button, list box, combo box, formatted field, file control, button control, roadmap control)</td>
+ </tr>
+ <tr>
+ <td class="cell20"><img src="../../docs/images/bluball.gif">
+<a href="./GUI/UnoDialogSample2.java" title="link to GUI/UnoDialogSample2.java">UnoDialogSample2</a></td>
+ <td class="cell80">A dialog sample showing how to use a roadmap control.</td>
+ </tr>
+ <tr>
+ <td class="cell20"><img src="../../docs/images/bluball.gif">
+<a href="./GUI/UnoMenu.java" title="link to GUI/UnoMenu.java">UnoMenu</a></td>
+ <td class="cell80">A sample showing a top window with some menus.</td>
+ </tr>
+ <tr>
+ <td class="cell20"><img src="../../docs/images/bluball.gif">
+<a href="./GUI/UnoMenu2.java" title="link to GUI/UnoMenu2.java">UnoMenu2</a></td>
+ <td class="cell80">A dialog sample showing how to use or work with a context menu.</td>
+ </tr>
+ <tr>
+ <td class="cell20"><img src="../../docs/images/bluball.gif">
+<a href="./GUI/ImageControlSample.java" title="link to GUI/ImageControlSample.java">ImageControlSample2</a></td>
+ <td class="cell80">Dialog sample showing how to use an image control.</td>
+ </tr>
</tbody>
</table>
</td>
@@ -2981,7 +3022,7 @@ for the Office application.</td>
<tr>
<td colspan="3">
<div align="center">
- <p>Copyright 2005 Sun Microsystems, Inc.</p>
+ <p>Copyright 2007 Sun Microsystems, Inc.</p>
</div>
</td>
</tr>