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?
Search found 2 matches
- Mon Jan 24, 2005 9:56 am
- Forum: JFreeChart
- Topic: Are there any method to change ChartPanel#popupmenu's font
- Replies: 0
- Views: 2077
- Fri Jan 21, 2005 2:46 pm
- Forum: JFreeChart
- Topic: How to use JFreeChart with SWT (includes sample code)
- Replies: 27
- Views: 291163
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 ///////////////////////////////////////////...