| Author |
RogueWave charts and graphs in swing applications
|
Siv. Pot
Greenhorn
Joined: Mar 18, 2009
Posts: 7
|
|
HI,
Can any one let me know how to use RogueWave charts and graphs in swing applications. If possible, could someone give me a sample application.
Thanks,
Siva.
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
|
If you have images you can load them into JLabels and add them to your gui. If you want to edit/change the images you can draw them in a JPanel and add it to your gui. Drawing resizable charts is more involved and there may be many possibilities. How you go about it may depend on what data/resources you're working with and how you want to use/display it. The Swing FAQ may be helpful.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
Whenever I wanted graphical data representation I have used JFreeChart
The link also contains some sample code. Check it out.
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Leonardo Carreira
Ranch Hand
Joined: Apr 07, 2009
Posts: 482
|
|
Yap, i suggest you to use JFreeChart..
My Opinion, JFreeChart is rich to develop Chart..
I have used and i will use it when i need develop chart in web based/desktop based application..
|
Sorry, perhaps my english language isn't too good.. Prepare for SCJP 6, Please God help me.. ☼
References : [Java.Boot] [JavaChamp] [JavaPrepare]
|
 |
 |
|
|
subject: RogueWave charts and graphs in swing applications
|
|
|