Hello,
for a simulation tool I have to display digital waveforms like the
following:
Sig1: _____/-----\____
Sig2: ____/-----\_____
Sig3: ...
Does someone know such a library for Java which I could integrate into
my application?
Thanks,
Peter
Andrew Thompson - 18 Oct 2005 21:57 GMT
> for a simulation tool I have to display digital waveforms like the
> following:
[quoted text clipped - 4 lines]
>
> Does someone know such a library for Java ..
java.awt.Graphics, java.awt.Graphics2D?
Roedy Green - 19 Oct 2005 04:39 GMT
On 18 Oct 2005 13:04:24 -0700, peter.o.mueller@gmx.de wrote or quoted
>Does someone know such a library for Java which I could integrate into
>my application?
Just create a component that overrides Canvas.paint for AWT or
JPanel.paintComponent for Swing and use drawLine.
Give me the specs of how you want it to work and I will do it for $50.
It does not look like it would have much reusability.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.