I am developing RCP application with JFreeChart with SWT-AWT bridge. The chart pop up menu has Java Look&Feel but my applicaiton running in XP has the XP Look&Feel. It is quite inconsistant. Is it possible to set JFreeChart to take native Look&Feel? I know it is possible to do it for pure java application. But where is the place to set the Look&Feel in JFreeChart API?
Thanks a lot for your help.