Search found 2 matches

by snowfat
Mon Jan 24, 2005 9:56 am
Forum: JFreeChart
Topic: Are there any method to change ChartPanel#popupmenu's font
Replies: 0
Views: 1725

Are there any method to change ChartPanel#popupmenu's font

how to set ChartPanel's popup menu 's font ?
i have tried ChartPanel.getPopupMenu().setFont(),but it seems no effect ?

and i have tried new WindowsPopupMenuUI().installUI(chartpanel.getPopupMenu()); no effect too?
by snowfat
Fri Jan 21, 2005 2:46 pm
Forum: JFreeChart
Topic: How to use JFreeChart with SWT (includes sample code)
Replies: 27
Views: 236864

Re: How to use JFreeChart with SWT (includes sample code)

/// STEP 1 //////////////////////////////////////////////// // create a composite suitable for displaying all of our chart data Composite chartComposite = new Composite(/* options */); chartComposite.setLayoutData(/* set the layout options */); /// STEP 2 ///////////////////////////////////////////...