0

我想开发一个 java 桌面应用程序,它从用户那里获取一些输入并将其存储在数据库中。之后,当用户点击一个按钮(比如显示)时,它会以类似流程图的格式显示他之前输入的信息。

我可以以流程图的形式显示这些信息吗?

4

4 回答 4

2

你可以试试JGraph

于 2010-01-01T08:17:26.890 回答
1

You might want to take a look at yEd. It stores drawings in XML format that can be very easily emulated based on your data. We've used this approach in the past and it worked like a treat.

If you need the same functionality on the back-end, just take a look at their yFiles library.

于 2010-01-01T14:49:11.333 回答
0

You can use a drawing library for that. For example JFDraw.

于 2010-01-01T14:15:48.143 回答
0

您还可以查看 yWorks ( http://www.yworks.com/en/index.html ),这是另一个用于 java 和 .net 的图形库(但它是一种 $$$ 商业产品)。

我喜欢图形的 prefuse ( http://prefuse.org/ ),即使他们不久前停止了对 java lib 的积极开发,但您可能需要对其进行更多编码才能获得流程图实现。

于 2010-01-01T09:03:07.780 回答