Helmut Neemann
Helmut Neemann
I wouldn't have expected anyone to implement a Java component and then also go to the trouble of doing that multilingual. :smiley: I will think about it.
This [example](https://github.com/hneemann/digitalCustomComponents/blob/85c1e9ba445757f47d1acae83695ea610f108a88/src/main/java/de/neemann/digital/plugin/MyAnd.java#L24) shows how to add a description to an input, and this line shows, how to add a description to an [output](https://github.com/hneemann/digitalCustomComponents/blob/85c1e9ba445757f47d1acae83695ea610f108a88/src/main/java/de/neemann/digital/plugin/MyAnd.java#L46). If you also want to add a...
BTW: What kind of components are you developing? And for what purpose?
@GreyCon Thanks for sharing.
@mengstr is correct. Since the simulator does not know anything like time, but only changes that happen one after the other, it would make little sense to build something that...
It is probably better to open a discussion instead of opening new tickets again and again.
If someone were to develop a nice new icon, I could well imagine integrating it. The old one was born out of necessity and I'm not a particularly gifted designer....
A wire must end at a pin to make a connection. There is another problem in the circuit: there must be only one active output connected to a wire. If...
The idea is not bad, and I did not know this approach before. However, in most cases this simulator is only used for a very short time, usually only briefly...
You can disable the real time clock and toggle it with a mouse click instead.