well i don't know anythin else.
the solution i have posted worked for me so i didn't move into any more details...
may be any body else can have a solution...
Search found 5 matches
- Wed Oct 17, 2007 4:23 pm
- Forum: JFreeChart
- Topic: Popup Menu not showing up
- Replies: 9
- Views: 11598
- Fri Aug 10, 2007 10:04 am
- Forum: JFreeChart
- Topic: Popup Menu not showing up
- Replies: 9
- Views: 11598
- Wed Aug 08, 2007 1:05 pm
- Forum: JFreeChart
- Topic: Popup Menu not showing up
- Replies: 9
- Views: 11598
- Tue Aug 07, 2007 2:30 pm
- Forum: JFreeChart
- Topic: Popup Menu not showing up
- Replies: 9
- Views: 11598
Hi all I was working on the problem, and was jus trying to check weather the popup menu will be generated in a simple view. I m posting a simple View class which is having a chart as its content. Here also the popup menu is not coming.. Any ideas?? here is my code package com.example.rcpapp1; import...
- Tue Aug 07, 2007 1:51 pm
- Forum: JFreeChart
- Topic: Popup Menu not showing up
- Replies: 9
- Views: 11598
Popup Menu not showing up
Hi all, I have created a line chart using JfreeChart but on right clicking on the panel the popup menu is not generated. I am developing an Eclipse RCP application with multiple views, one of the view is having a TableTreeViewer, on selecting a node of this viewer a line chart is drawn in another vi...