click « ToolTip « JFreeChart Q&A





1. Must click on chart before tooltips will display    jfree.org

I am using a ChartPanel embedded in an SWT Composite. The ChartPanel is constructed like this: Frame awtFrame = SWT_AWT.new_Frame(swtComposite); awtFrame.add(new ChartPanel(chart)); What I'm finding is that tool tips will not display unless I first click on the chart. Is this expected behavior? I tried experimenting with requestFocus upon mouseEnter, but that didn't help. Thanks for any advice.

2. Tooltip only shows after first click [SOLVED]    jfree.org

Tooltip only shows after first click [SOLVED] by Alfred63 Tue Jul 11, 2006 4:16 pm I'm finding that my tooltips are not showing until after I right click (show popup menu) and then dismiss the menu. After that the tooltips work as expected. Is this a known problem? Why would showing the chartpanel popup menu activate tooltip help? Here are ...