I've got some data consisting of a list of source nodes and destination nodes and number. I want to produce a map showing the connections between the nodes, with the connectors being of varying width according to the number.
In the gui, I'd like to be able to reshape the original map to make it look pretty.
Any pointers? I've written the model in Java - just not quite sure what do gui-wise.
In the gui, I'd like to be able to reshape the original map to make it look pretty.
Any pointers? I've written the model in Java - just not quite sure what do gui-wise.
Comment