in reference to this Link : Change Size/Color of Vertex in JUNG
I am trying to simulate Dijkstra algorithm visually using JUNG. i can get set of Edges and end points of each Edge using built in Dijkstra algorithm in library. but my question is if i want to change the color of shortest path(Color of Edges and vertices in shortest path) at run-time how do i do that?
`