Search found 3 matches
- Fri Apr 06, 2007 6:01 pm
- Forum: JFreeChart
- Topic: How to use JFreeChart with SWT (includes sample code)
- Replies: 27
- Views: 291068
swt Composite, and is constructed using a WEmbeddedFrame from Sun's internal package sun.awt.windows. Sun has changed this internal code in jdk 1.4, and so this undocumented Eclipse mechanism does not work with that version. Any on e have any suggestions on how I can get graphs to display inside my...
- Fri Apr 06, 2007 11:23 am
- Forum: JFreeChart
- Topic: Eclipse Java, Reporting with JFreeChart
- Replies: 2
- Views: 5481
Thanks for your help. I have a better idea of what I need to do. But I'm still having some trouble getting started. Problems: Where to put the jars? - jcommon, jfreechart, jfreechart-swt and jfreechart-experimental do I just drag them into the plugins folder in Eclipse? I read that I need to add the...
- Wed Apr 04, 2007 2:18 pm
- Forum: JFreeChart
- Topic: Eclipse Java, Reporting with JFreeChart
- Replies: 2
- Views: 5481
Eclipse Java, Reporting with JFreeChart
Hi everyone, I am creating a simple Business Intelligence Tool in Java using Eclipse. I only need this tool to get some information off a desired database and then create some graphs and tables (reports). I took a look at some of the possible packages and decided I would give JFreeChart a try. But t...