This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git

commit ef25d5b311370e4f6e38891bf7a444697331bd4d
Author: Jaroslav Tulach <[email protected]>
AuthorDate: Fri Feb 15 07:13:01 2019 +0100

    Documenting usage of model in two views
---
 src/main/javadoc/overview.html | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 21926b2..13f6c70 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -112,7 +112,8 @@ $ mvn -f client/pom.xml process-classes exec:exec
         
         
         <h3>Try it</h3>
-        <p>And finally, if you want to see this API in action, look no 
further, here's an example
+        <p>And finally, if you want to see this API in action, look no 
further, here's 
+            <a target="_blank" 
href="https://github.com/jtulach/minesweeper";>an example</a>
             application running with the <a 
href="https://github.com/jtulach/bck2brwsr/"; target="_blank">Bck2Brwsr VM</a> 
directly in your browser.</p>
                 <script type="text/html" id="field">
             <style type="text/css">
@@ -162,6 +163,12 @@ $ mvn -f client/pom.xml process-classes exec:exec
             vm.loadClass('org.apidesign.demo.minesweeper.MainBrwsr');
         </script>
         
+        <h3>New in version 1.6.1</h3>
+        <p>
+            One model instance can be used in two views
+            (<a target="_blank" 
href="https://github.com/apache/incubator-netbeans-html4j/pull/14";>PR #14</a>).
+        </p>
+
         <h3>New in version 1.6</h3>
 
         <p>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to