Search code examples
javaapidiagnosticsfsmcircuit

Recommend a Java Graphics API for this application idea


I want to make a tool for creating FSM control circuit simulations. NB! not the ALU part.

Can anyone recommend a good Java API with as much functionality already available as possible? Itll basically be something like a graphical modelling language editor.

The user should be able to make and run stuff like this:enter image description here


Solution

  • There are a number of Java libraries out there for visualizing graphs. Some that I hear mentioned a lot include:

    1. JUNG

    2. jGraph

    3. GraphVis and Grappa

    The following blog has a pretty extensive list of options with commentary and screenshots: http://s6ai.livejournal.com/33969.html