Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
You can download the Java 3D API from Sun (it doesn't come with the SDK by default). However, it is quasi platform-dependent; you need to get it for whatever platforms you are supporting (if it exists for all of them!). I would think you could make a decent chart with the 2D API (java.awt.Graphics2D), though (even one that looks "3-D"). Finally, you might be able to find a chart component Java bean form already made for you. Sun also has that "Solutions Marketplace" link on their site, which might lead you to some good components (or maybe searching on google would be fruitful). - mfg
Replies: |
Sponsored Links
|