Search found 1 match

by zlj578
Thu Mar 31, 2011 11:22 am
Forum: JFreeChart
Topic: why my tooltip doesn't show?
Replies: 0
Views: 3709

why my tooltip doesn't show?

hi everyone, I draw a chart with tooltip.But when i add it to a RCP,the tooltip doesn't show? so did anyone know this problem ? Here is the code. public void createPartControl(Composite parent) { composite = new Composite(parent, SWT.NO_BACKGROUND|SWT.EMBEDDED); DrawChart myChart = new DrawChart(); ...