Skip to content

Graph: v1.0

Latest
Compare
Choose a tag to compare
@Wolkenfarmer Wolkenfarmer released this 20 Dec 14:15
be4e56f

Graph

A little program for building and displaying graphs.


Contents

  • "Graph_v1.0.zip": Graph.exe file (for Windows) + resources + config.xml + jre -> Java doesn't have to be pre-installed!

Navigation

New nodes and relations can be added through the UI above the listviews by entering either the name or selecting two different nodes and entering a weight and pressing add. Already existing nodes and relations can be reviewed in the listviews and deleted by pressing the corresponding button or set to inactive (these will not be displayed and relations with them will be gray in the relation's listview) by ticking the corresponding box off.
The pointing direction of the relation can be edited after it's creation in the corresponding listview by pressing on the arrows.
After setting up your graph it can be displayed as an adjacency matrix or a graphic circle by selecting the wanted display format and pressing "compute" afterwards.

Controls

  • Esc -> Closes the program.
  • scroll -> Moves the content up and down, if it exceeds the program's size.
  • click -> Buttons and stuff.. self-explanatory.

Please note that this is a fun program by a pupil, so don't be too expectant.

You run Graph at your own risk!