Search found 2 matches
- Fri Aug 31, 2018 3:32 pm
- Forum: JFreeChart
- Topic: [RESOLVED] JFreeChart in SWT resizes after display causing flicker
- Replies: 1
- Views: 4390
Re: [RESOLVED] JFreeChart in SWT resizes after display causing flicker
This issue has been resolved. I was putting the chart in a JFreeChart ChartPanel, and the JFreeChart ChartPanel in a frame provided by the SWT_AWT bridge. After a lot of digging, realized that all the SWT related code had been moved out into a separate project. I was able to pair up the latest versi...
- Fri Aug 31, 2018 1:18 pm
- Forum: JFreeChart
- Topic: [RESOLVED] JFreeChart in SWT resizes after display causing flicker
- Replies: 1
- Views: 4390
[RESOLVED] JFreeChart in SWT resizes after display causing flicker
Hello, I am displaying JFreeChart in an Eclipse RCP/SWT application. I don't think I am doing anything fancy. I am using one of the samples to prove the concept. My chart initially displays fully including the bottom legend within the space assigned. Immediately it is resizing and shows only a part ...