Quote:
|
Originally Posted by Mike
I'm using the Visual Editor plugin for Eclipse and am trying to put in an image that the user will be able to plot points on. What component would I use to do this?
Yes, its FIRST related 
|
Are you using SWT/JFace or Swing? In SWT I believe a Canvas can have an image as a background (check the API) , (and VE is not a very good SWT designer yet, I haven't tried 1.2 though). In Swing, I am not so sure.