summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoNavbar.java
Commit message (Collapse)AuthorAgeFilesLines
* Use HTML5 elements for header, hgroup, nav(bar), footer.David A. Madore2011-09-071-1/+1
|
* Move most of the context to a "general context" substructure.David A. Madore2011-08-261-3/+3
| | | | | This is so as to make sure that cloning (which does a shallow copy) gives us references to the same mutable content.
* Various "stylistic" improvements suggested by Joshua Bloch's book.David A. Madore2010-04-221-1/+2
| | | | | | Use @Override annotation. Limit accessibility of fields. Make final what can be. Use complex enums. Don't ignore exceptions. Some more changes on exceptions thrown.
* Navbar.David A. Madore2010-04-191-0/+60