diff options
author | misha <misha@openoffice.org> | 2002-04-29 12:37:55 +0000 |
---|---|---|
committer | misha <misha@openoffice.org> | 2002-04-29 12:37:55 +0000 |
commit | 50287aac4d74ca0c63652cbd343a2134ec6bb30f (patch) | |
tree | eb83a44e09847819fc947764aed7e2edb66f5401 /odk/examples | |
parent | 3bfefa7dc53b3a3d73cc8d8c2d3c2885da7d529c (diff) |
- placeholder for java bean examples description was added.
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/examples.html | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/odk/examples/examples.html b/odk/examples/examples.html index d3214a7f18ed..b3c249aab5b0 100644 --- a/odk/examples/examples.html +++ b/odk/examples/examples.html @@ -356,6 +356,42 @@ and NetBeans</a><a href="java/debugging_java.html"> </a></p> </TD> </TR> + <TR> + <TD COLSPAN=3 WIDTH=100% BGCOLOR="#666699"> + <H3><A NAME="Java"></A><FONT COLOR="#ffffff">Java bean examples</FONT></H3> + </TD> + </TR> + <TR> + <TD COLSPAN=3 WIDTH=100%> + <P> + Java bean examples description goes here... (do not forget to mention the shared code and documentation) + </P> + <TABLE WIDTH="100%" BGCOLOR="#ffffff" CELLPADDING="4" CELLSPACING="1"> + <TR BGCOLOR="#f0f0f0"> + <TD WIDTH="24%" VALIGN="top"><B>Example</B></TD> + <TD WIDTH="76%" VALIGN="top"><B>Description</B></TD> + </TR> + <TR BGCOLOR="#f0f0f0"> + <TD WIDTH="24%" VALIGN="top"> + <A HREF="http://api.openoffice.org/source/browse/api/odk/examples/java/OfficeBean/SimpleBean/" + >SimpleBean</A> + </TD> + <TD WIDTH="76%" VALIGN="top"> + Example description goes here.... + </TD> + </TR> + <TR BGCOLOR="#f0f0f0"> + <TD WIDTH="24%" VALIGN="top"> + <A HREF="http://api.openoffice.org/source/browse/api/odk/examples/java/OfficeBean/OfficeWriterBean/" + >OfficeWriterBean</A> + </TD> + <TD WIDTH="76%" VALIGN="top"> + Example description goes here.... + </TD> + </TR> + </TABLE> + </TD> + </TR> <tr> <td colspan=3 width=100% bgcolor="#666699"> <h3><a name="CPlusPlus"></a><font color="#ffffff">C++ examples</font></h3> @@ -607,4 +643,4 @@ </TABLE> <HR SIZE=3 NOSHADE> </BODY> -</HTML>
\ No newline at end of file +</HTML> |