Search found 3 matches

by ingo
Tue Jul 12, 2005 3:09 pm
Forum: JFreeChart
Topic: using JFreeChart with SWT and/or JFace
Replies: 5
Views: 11732

Hallo,

thanks for this information.

Ingo
by ingo
Thu Jul 07, 2005 2:02 pm
Forum: JFreeChart
Topic: using JFreeChart with SWT and/or JFace
Replies: 5
Views: 11732

exist a way WITHOUT awt ?? protected Control createContents(Composite parent){ TableColumn column; final Composite composite = new Composite(parent,SWT.EMBEDDED); composite.setLayout(new FillLayout()); SashForm sash = new SashForm(composite,SWT.VERTICAL); Composite compChart = new Composite(sash,SWT...
by ingo
Thu Jul 07, 2005 10:54 am
Forum: JFreeChart
Topic: using JFreeChart with SWT and/or JFace
Replies: 5
Views: 11732

using JFreeChart with SWT and/or JFace

hallo,

i'm using the ecplice-ide and develop with swt/jface. it is possible to using JFreeChart with swt/jface ?

thank's