• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

How can I get a View reference from a JEditorPane

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi:
I have the following question...
How can I get a reference of a View intance that is draw in a JEditorPane?
I mean, I click some plane into an JEditorPane, then I get the place where
the mouse was clicked... In the JEditorPane I have the
jeditorpane.modelToView(int x) method that return a Rectangle with the area
where the View is painted... but not the View reference.
I need a View refence to execute X method of mi View...
How can I do it?

THANKS
TMM
 
reply
    Bookmark Topic Watch Topic
  • New Topic