A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
siowling
- Posts: 12
- Joined: Thu Sep 02, 2004 10:48 am
Post
by siowling » Fri Oct 22, 2004 4:45 am
Hi,
I am trying to add some functionality into the mouse right-click menu. Is there anyway I can do this?
Would there be a way to re-draw this menu (and remove the options available in the standard right-click menu)?
I need to perform a few different operations on the selected item on the chart, and just using the URLGenerator (triggered by a mouse left-click) is not sufficient.
Appreciate your responses.
Thanks,
- SiowLing
-
enrico
- Posts: 49
- Joined: Thu Jul 22, 2004 7:13 pm
- Location: Shaanxi, P.R.China
Post
by enrico » Fri Oct 22, 2004 6:44 am
no API, you have to do it yourself
-
siowling
- Posts: 12
- Joined: Thu Sep 02, 2004 10:48 am
Post
by siowling » Fri Oct 22, 2004 7:05 am
Anyone out there who may have a sample of such APIs?