开发者

JFreechart Zoom with mouseWheelListener

I'am using a swing JFreechart component inside my RCP application. This JFreechart zooms properly with mouseWheel when run as a swing component. But after emb开发者_开发问答edding it with RCP, this zoom with mouseWheel is not working. What could be the reason?

Regards


Check isMouseWheelEnabled(). Note that versions of the Java runtime older than 1.4 do not support mouse wheel events.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜