Draw a flow chart Follow
Answered
I want to create a simple flow chart and put it in a JComponent.
What is the best way to do it?
Please sign in to leave a comment.
How is this question related to the IntelliJ SDK?
Apologies for not being clear enough. I'm not a native English speaker.
The IntelliJ SDK wraps many Java swing components and contains many new ones. In my plugin, I'd prefer using a native IntelliJ component over an external library. Do the IntelliJ SDK contains a utility for creating flow charts?
Thanks.
Unfortunately not out of the box.
There's PlantUML plugin that you probably may reuse for your needs.