Search found 3 matches
- Sun Jun 17, 2018 10:18 pm
- Forum: JFreeChart
- Topic: Simplest "Hello Word" example chart
- Replies: 1
- Views: 4538
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...
- Sun Jun 17, 2018 5:13 pm
- Forum: JFreeChart
- Topic: Simplest "Hello Word" example chart
- Replies: 1
- Views: 4538
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!
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!
- Sun Jun 17, 2018 1:57 pm
- Forum: JCommon
- Topic: Simplest "Hello Word" example chart
- Replies: 0
- Views: 56629
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!
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!