Hello everbody:
I am just about finished with a package to read and write Esri shape file sets and am working on some examples illustrating how to use it (I am planning on submitting it in about a week). In one of my examples, I am trying to click on a row in a JTable and have the corresponding geometry highlight itself. I am using the following code, but am not seeing any results:
OMGraphic graphic = list.getOMGraphicAt(index);
graphic.select();
list.generate(_mapBean.getProjection());
layer.repaint();
I am receiving events from the JTable when I click on a row, so I know the problem does not lie in the JTable.
Does anyone have any ideas?
-- [To unsubscribe to this list send an email to "majdart@bbn.com" with the following text in the BODY of the message "unsubscribe openmap-users"]Received on Sat Sep 29 14:16:19 2001
This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:31 EDT