From d981aebbb73ce822fe90b6c0d9950f7754708c64 Mon Sep 17 00:00:00 2001 From: TJ Date: Sat, 2 May 2015 16:03:56 +0100 Subject: [PATCH] Add link to ToDo document; restyle HTML --- index.html | 40 +++++++++++++++++++++++++++++++++++++--- index.md | 1 + 2 files changed, 38 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index dd51390..32e7026 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ MathJax.Hub.Config({"showProcessingMessages" : false,"messageStyle" : "none","tex2jax": { inlineMath: [ [ "$", "$" ] ] }}); @@ -33,6 +33,15 @@

pandoc --standalone --from=markdown --to=html5 --output=index.html index.md
 
+

+ The + + + To Do list + + + . +

Introduction

@@ -120,7 +129,7 @@ PropertyChange - 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.

Since the criteria requires a range of network functionality shared across clients and servers I implemented a @@ -544,7 +553,7 @@

I used the NetBeans-generated - Junit version 4 + JUnit version 4 test class templates as the basis for my @@ -755,5 +764,30 @@ Mr. Happy Object teaches custom events

+

+ + Multiple Swing Timers + +

+

+ + Launching a browser for a web page + +

+

+ + Jbutton that does not show focus + +

+

+ + Set JFrame iconImage in NetBeans + +

+

+ + JTable scrolling to a specific row + +

\ No newline at end of file diff --git a/index.md b/index.md index 1435451..031e7fb 100644 --- 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 -- 2.17.1