Search found 3 matches

by Maxwell987
Sun Jun 17, 2018 10:18 pm
Forum: JFreeChart
Topic: Simplest "Hello Word" example chart
Replies: 1
Views: 3394

Re: Simplest "Hello Word" example chart

Ok, thanks a lot, it's even easier without JFreeChart: import java.awt.Graphics; import java.util.ArrayList; import javax.swing.JComponent; import javax.swing.JFrame; public class Chart { public static void main(String [] args) { JFrame myframe = new JFrame(); myframe.setSize(1500,1000); myframe.set...
by Maxwell987
Sun Jun 17, 2018 5:13 pm
Forum: JFreeChart
Topic: Simplest "Hello Word" example chart
Replies: 1
Views: 3394

Simplest "Hello Word" example chart

Could someone post a simple "Hello World" example chart?
As simple and small as possible!

Only to test if it works. So far, no code with jfreeChart has worked for me in Eclipse.
If possible under 50 lines.

Thank you!
by Maxwell987
Sun Jun 17, 2018 1:57 pm
Forum: JCommon
Topic: Simplest "Hello Word" example chart
Replies: 0
Views: 29566

Simplest "Hello Word" example chart

Could someone post a simple "Hello World" example chart?
As simple and small as possible!

Only to test if it works. So far, no code with jfreeChart has worked for me in Eclipse.
If possible under 50 lines.

Thank you!