• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RogueWave charts and graphs in swing applications

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 1535
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Whenever I wanted graphical data representation I have used JFreeChart
The link also contains some sample code. Check it out.
 
Ranch Hand
Posts: 494
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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..
reply
    Bookmark Topic Watch Topic
  • New Topic