GAM Uhr

Description

The GAM UHR provides a simple on-going time counter in the style of a 7-segment clock. It is intended to be visible upon a quick glance and hence shows large segments.

One possible use is keeping track of ongoing game times, hence the prefix GAM. The only interface element provided is a pause button to temporarily halt the ongoing time counter.

Note: This program does not attempt to achieve maximum precision. In the long run, it should display time equivalent to the difference between the times measured by the OS. Internally, it uses System.currentTimeMillis() and absolute times. Changes in OS time may make the clock jump!

GAM UHR screenshot

Compilation can be performed with ant jar.

See also: tty-clock(1)


Ma_Sys.ma Website 5 (1.0.2) – no Flash, no JavaScript, no Webfont, no Copy Protection, no Mobile First. No bullshit. No GUI needed. Works with any browser.

Created: 2020/02/14 15:21:50 | Revised: 2022/09/18 21:15:33 | Tags: gam, uhr, java | Version: 1.0.0 | SRC (Pandoc MD) | GPL

Copyright (c) 2017, 2020 Ma_Sys.ma. For further info send an e-mail to Ma_Sys.ma@web.de.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.