Java graphic 2D library to draw ER diagrams?

2.1k Views Asked by At

I'm looking for a Java 2D graphics library to draw a E-R Diagram from a MySQL database, anyone know something like that?

  • With a 2D Java library graphic I need to draw entities, relationships, foreign keys, primary keys, and attributes.
  • Optionally, the entities maybe be dragged in the diagram.

I would use Graphics2D for Java? What do you think? Any recommendations?

Thanks.

2

There are 2 best solutions below

1
On BEST ANSWER

You might have a look at JGraph.

0
On

If you just want to draw E/R diagrams for MySQL, I'd recommend trying MySQL Workbench.

If your objective is to learn Java 2D or OpenGL, have at it.