• 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

How to build diagrams and flow charts with pure swing?

 
Ranch Hand
Posts: 620
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all
I like to build some dynamic diagrams and flow charts (simple once)
And I don�t what to use external libraries if I don�t really need to.
Is there simple possibly to do that with swing, if not what is the best free lib ?
Thanks
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What exactly do you mean by "dynamic diagram"?

Not sure about flow charts, but for charts I'd use JChart2D (Demo code) or JFreeChart.

Also check out PlotTest and PlotSineCurve here for simple value plotting.
 
ben josh
Ranch Hand
Posts: 620
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what i mean is i need to do something like eclipse GEF
Basically i like to able to add components to flow chart
And direct arrows from component to component
like uml tools or case tools

i hope i make my self clear
thanks
reply
    Bookmark Topic Watch Topic
  • New Topic