Corrected colloquial for pentciathirderday: "flutter".
Fixed typo in "Morninng".
- Replaced "third" with "thirder", by analogy with "quarter".
Add Shiftic dial.
Added MovementOption.RESONANT.
Replaced Unicode literals with \u#### codes to be Java 8 compatible.
- Use Ellipse2D and Path2D to draw clock hands with double precision.
Fixed typo in legend: pentciasemiday is a blink, not a flicker.
Corrected reinitialize for terminologyOption.
Renamed Params.clockOption to Params.dialsOption.
- Renamed ClockOption to DialsOption
- Added HandArrangementOption.BB - reduces dial to one hand!
- Changed many variables from int to double to avoid premature rounding of geometric calculations.
- Expanded to up to five hands, named UNCIA through PENTCIA.
Forcing the Windows look & feel.
Added pretty-printing to digitSetOptions property.
- Eliminating specially-treated DEFAULT DigitSe...
Eliminating TenOption, ElevenOption, in favor o...
- Replaced ClockOption combo box with individua...
Implemented alternate digit sets.
Wording tweaks in legends.
Made sure the legends for each clock dynamicall...
- Implemented DayStartOption.
Implemented cutover from serialized config file...
Clicking near the bottom, in the area of the di...
- Switched format for dozenal numbers to suffix...
- Moved the radix point so the digital displays...
- Added orientation options: zero-up, zero-down...
- Upgraded to Java 8.