2

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

dexametason
  • 1,133
  • 7
  • 16
ollo
  • 926
  • 1
  • 14
  • 33

1 Answers1

3

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

ulmangt
  • 5,343
  • 3
  • 23
  • 36