| Java Programs that I have worked on lately | This software is free to use and distribute. It is licensed under Apache License, Version 2.0 | |||
| UnitConverter 1.4 | October 2009 | Feedback | Project Docs | The Unit Converter contains 19 different properties, like temperature. There are several units, metric and standard, for each property. It can do mole to mass conversions where appropriate. A Windows Installer is provided at the main link or you can download an executable jar file. |
| Timer 1.0 | June 2009 | Feedback | Project Docs | Small timer that can be transparent. Provides a convenient remainder when you have to check up on something or someone at a specific interval. A Windows Installer is provided at the main link or you can download an executable jar file. |
| Developer Notes/Tools | |
| Base Technologies | Java 1.6; Swing; JUnit 4; XML |
| MyEclipse Professional | The IDE; the primary development tool. |
| PSPad | Text and code editor. Previously used Crimson Editor, but development stopped on it in 2004. |
| Maven | Used to manage the projects' build, reporting and documentation |
| NSIS | Nullsoft Scriptable Install System is used to create Windows installers. These are the Maven POMs and NSIS scripts: Unit Converter; Timer. |
| JavaExe | Allows assignment of application specific process names. It is basically a .exe file that points to the executable jar file.It can also verify the JRE version. |