Search
Add Local JAR

You can use the diagram library archive (JDiagram.jar) from locally installed distribution. After adding it to your project's dependencies, you should be able to import com.mindfusion.diagramming classes and add controls from the library to your UI (DiagramView, NodeListView, Overview, etc).

IntelliJ IDE

In order to integrate Diagramming for Java Swing into your IntelliJ project, select the Project Structure command from File menu, open Modules -> Dependencies page, click the + button and select the JARs or Directories command:

On the Attach Files screen, browse to the location where you have unarchived JDiagram.zip and select JDiagram.jar.

Press OK to confirm all dialogs.

Eclipse IDE

In order to integrate Diagramming for Java Swing into your Eclipse project, select the Build Path -> Add External Archives command from project's context menu:

On JAR Selection screen, browse to the location where you have unarchived JDiagram.zip and select JDiagram.jar.