开发者

Is there any good "cube grid" component for Java / Swing? [closed]

开发者 https://www.devze.com 2023-02-15 02:47 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I need to represent quite some data for which a cube grid would just make perfect sense. Doe开发者_StackOverflows such a thing exist for Swing?

A "cube grid" looks like this (and it's really darn impressive):

http://www.smartclient.com/smartgwtee/showcase/#cube_analytics


You can try JIDE Pivot table. I think it is pretty close to what you need.

More info at http://www.jidesoft.com/products/pivot.htm


Try out the free and simple Java swing component https://github.com/aristsoft/jpivot to visualize the data in multidimentional view. It designed just to show the data, so it don't doing the data aggregation any kind itself.

0

精彩评论

暂无评论...
验证码 换一张
取 消