Drawing a half gauge/speedometer (JavaScript Canvas or Java Swing Example needed)
canvas, javascript, swing
Solution
If you want a simple JavaScript canvas based gauge you can use a little lib that I've created myself. It is easy to use and has a wyswig configurator for easy gauge customization. I've pushed it to the GitHub at http://bernii.github.com/gauge.js
A little preview of what you can get:
Problem
has anyone a javascript canvas or java swing example? Something like this: http://www.fmsinc.com/microsoftaccess/controls/components/gauges/gauge-half.gif How should i draw the "separator" lines?