Add link to ToDo document; restyle HTML
authorTJ <hacker@iam.tj>
Sat, 2 May 2015 15:03:56 +0000 (16:03 +0100)
committerTJ <hacker@iam.tj>
Sat, 2 May 2015 15:03:56 +0000 (16:03 +0100)
index.html
index.md

index dd51390..32e7026 100644 (file)
@@ -17,7 +17,7 @@
    MathJax.Hub.Config({"showProcessingMessages" : false,"messageStyle" : "none","tex2jax": { inlineMath: [ [ "$", "$" ] ] }});
   </script>
   <style type="text/css">
-   @import url(http://fonts.googleapis.com/css?family=Indie+Flower);body{font-family:Indie Flower,Daniel,cursive}h1,h2{text-align:center}blockquote{margin:1.5em 10px;padding:.5em 10px}blockquote:before{color:#000;content:open-quote;font-size:2em;line-height:.1em;margin-right:.25em;vertical-align:-.4em}blockquote:after{color:#000;content:close-quote;font-size:2em;line-height:.1em;margin-left:.25em;vertical-align:-.4em}blockquote p{display:inline}hr{border:0;border-top:dashed 2px gray}table{padding:0}table tr{border-top:1px solid #ccc;background-color:#fff;margin:0;padding:0}table tr:nth-child(2n){background-color:#aaa}table tr th{font-weight:700;border:1px solid #ccc;text-align:left;margin:0;padding:6px 13px}table tr td{border:1px solid #ccc;text-align:left;margin:0;padding:6px 13px}table tr td :first-child,table tr th :first-child{margin-top:0}table tr td:last-child,table tr th :last-child{margin-bottom:0}
+   body{font:16px Helvetica,Arial,sans-serif;line-height:1.4;color:#333;word-wrap:break-word;background-color:#fff;padding:10px 15px}strong{font-weight:700}h1{font-size:2em;margin:.67em 0;text-align:center}h2{font-size:1.75em}h3{font-size:1.5em}h4{font-size:1.25em}h1,h2,h3,h4,h5,h6{font-weight:700;position:relative;margin-top:15px;margin-bottom:15px;line-height:1.1}h1,h2{border-bottom:1px solid #eee}hr{height:0;margin:15px 0;overflow:hidden;background:0 0;border:0;border-bottom:1px solid #ddd}a{color:#4183C4}a.absent{color:#c00}ol,ul{padding-left:15px;margin-left:5px}ol{list-style-type:lower-roman}table{padding:0}table tr{border-top:1px solid #ccc;background-color:#fff;margin:0;padding:0}table tr:nth-child(2n){background-color:#aaa}table tr th{font-weight:700;border:1px solid #ccc;text-align:left;margin:0;padding:6px 13px}table tr td{border:1px solid #ccc;text-align:left;margin:0;padding:6px 13px}table tr td :first-child,table tr th :first-child{margin-top:0}table tr td:last-child,table tr th :last-child{margin-bottom:0}img{max-width:100%}code{padding:0 5px;background-color:#d3d3d3}blockquote{padding: 0 15px;border-left:4px solid #ccc}
   </style>
  </head>
  <body>
   </p>
   <pre><code>pandoc --standalone --from=markdown --to=html5 --output=index.html index.md
 </code></pre>
+  <p>
+   The
+   <a href="todo.html">
+    <strong>
+     To Do list
+    </strong>
+   </a>
+   .
+  </p>
   <h2 id="introduction">
    Introduction
   </h2>
    <code>
     PropertyChange
    </code>
-   event listeners and several function-specific child windows and dialogs for presentation during log-in, profile editing, chat and configuration. After the GUI skeleton code was complete I added support for the network services background threads and then implemented the links between them and the the GUI components.
+   event listeners and several function-specific child windows and dialogs for presentation during log-in, profile editing, chat and configuration. After the GUI skeleton code was complete I added support for the network services background threads and then implemented the links between them and the GUI components.
   </p>
   <p>
    Since the criteria requires a range of network functionality shared across clients and servers I implemented a
   <p>
    I used the NetBeans-generated
    <code>
-    Junit version 4
+    JUnit version 4
    </code>
    test class templates as the basis for my
    <strong>
     Mr. Happy Object teaches custom events
    </a>
   </p>
+  <p>
+   <a href="https://www.daniweb.com/software-development/java/threads/350345/multipe-swing-timers">
+    Multiple Swing Timers
+   </a>
+  </p>
+  <p>
+   <a href="http://docs.oracle.com/javase/6/docs/api/java/awt/Desktop.html#browse%28java.net.URI%29">
+    Launching a browser for a web page
+   </a>
+  </p>
+  <p>
+   <a href="http://www.java2s.com/Code/Java/Swing-JFC/CreateaJButtonthatdoesnotshowfocus.htm">
+    Jbutton that does not show focus
+   </a>
+  </p>
+  <p>
+   <a href="http://www.areaofthoughts.com/2011/08/netbeans-jframe-properties-iconimage.html">
+    Set JFrame iconImage in NetBeans
+   </a>
+  </p>
+  <p>
+   <a href="http://stackoverflow.com/questions/853020/jtable-scrolling-to-a-specified-row-index">
+    JTable scrolling to a specific row
+   </a>
+  </p>
  </body>
 </html>
\ No newline at end of file
index 1435451..031e7fb 100644 (file)
--- a/index.md
+++ b/index.md
@@ -4,6 +4,7 @@ This document is created as `index.md` in Markdown text. It can be manually conv
 
     pandoc --standalone --from=markdown --to=html5 --output=index.html index.md
 
+The [**To Do list**](todo.html).
 
 ## Introduction