This post originated from an RSS feed registered with Java Buzz
by Scott Delap.
Original Post: Plotting with Draw2D and SWT in Java
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Plotting with Draw2D and SWT in Java Plotting charts or graphs in Java has always captured developers' interest. Traditionally, Java developers have plotted charts with java.awt.Graphics or Java 2D API. Some may have even explored ready-made open source kits like JSci to draw charts. Many available options restrict you to AWT or Swing, however. To minimize dependency on third-party tool kits or simplify the basics of drawing charts, consider using Draw2D and writing your own code for charting or plotting...