Rémi
Rémi
> issue created in order to be sure to keep the discussion somewhere In one of my implementations, I could have used a non-`Node` object being able to listen to...
@xhanin has kindly brought to my attention the fact that the the current implementation of the `DefaultClock` (#44) is not perfect. Indeed, the `delay` field could benefit from the same...
As pointed out by @pictavien in #80, the project could benefit in a better organization of unit test resources. This issue aims at globally defining the plan of how resources...
When using several `BackgroundPainter`s (several call to `Topology.addBackgroundPainter()`), we would expect that the last added be called last (at it is the case when handling `LinkPainter` and `NodePainter`). It is...
## Main Issue I think that the `DotTopologySerializer` exports the links twice. Although not harmful, it is not correct. Also, in this method, we use the *directed* links to perform...
A user expressed a use-case in which he wanted to be able to click somewhere on the `Topology` and be able to **later** reference the corresponding location. Although he eventually...
I have been frustrated several times that, when adding a _default node_ to a `Topology`, `Topology.addNode(-1, -1)` did not return the created `Node` so that I can use it afterwards....
`Node.compareTo` currently uses a comparison between the `Node`s' `toString()`. Instead, we expect the comparison to be done solely on the `Node`s' identifiers (`Node.getID()`).
Arnaud has created a "simple" Swing `GraphSlider`. We considering importing it into the `jbotsim-extra-swing` submodule, to make it available to users. ## GraphSlider features `GraphSlider` takes a series of `UndirectedGraph`...