20080123 stop watch app for everyone - plembo/onemoretech GitHub Wiki

title: stop watch app for everyone link: https://onemoretech.wordpress.com/2008/01/23/stop-watch-app-for-everyone/ author: lembobro description: post_id: 574 created: 2008/01/23 18:19:16 created_gmt: 2008/01/23 18:19:16 comment_status: open post_name: stop-watch-app-for-everyone status: publish post_type: post

stop watch app for everyone

Thanks to Google Code, and this guy called Seweryn Niemiec, there's finally a simple stop watch type program (really an elapsed timer) for both Linux and Windows. A GTK and Java version can be found here. The obligatory screen shot (of the Java version): JSTPW To make this work in Windows, make a new shortcut on your desktop (and/or elsewhere) and put this in your "Target" window:

c:windowssystem32javapw.exe -jar c:javapwjstpw-1.0.jar

Where "c:javapw" is the directory you created to hold the program file. I installed the GTK version for Linux. Used the following script to run the Java version under Linux (symlinked to /usr/bin/jstpw):

#!/bin/bash
cd /opt/jstpw
export JH=/usr/java/jdk
$JH/bin/java -jar /opt/jstpw/jstpw-1.0.jar

Copyright 2004-2019 Phil Lembo