posted 21 years ago
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