I am putting together an Java application that needs to display some basic lab instrument components. For example, I’d like to display: a strip chart, oscilloscope-style trace, and a panel meter (galvanometer needle). Rendering requirements are open (as long as the engine is free and generally available). Any suggestions?
Share
Take a look at JFreeChart. We’ve implemented a couple of strip chart applications with it. Offhand I’m not sure about an oscilloscope type trace, you’d have to look into it. It does look like there is a meter-like capability.