Select to view content in your preferred language

How to embed an editable javax.swing.JTable in ArcMap Extension?

1596
1
07-14-2016 12:48 AM
NicoleSulzberger
Occasional Contributor

Are there any samples?
I'm able to create a JTable in a dockable window and the table is shown in
ArcMap. But when I try to make the JTable editable, like described here: http://www.codejava.net/java-se/swing/editable-jtable-example
it doesn't work unfortunately. I can't edit the field, because the field
doesn't obtain the focus. It seems that the event is consumed by ArcMap before.
Is there anybody who has built something like this?

0 Kudos
1 Reply
NicoleSulzberger
Occasional Contributor

I have got new findings to this issue. We have managed to get the editable table to work in a JFrame, but still not in a dockable window. Are there any events the dockable window is catching?

0 Kudos