JTable stop cell editing without user click
问题 I'm trying to solve a strange problem with my program. This program creates a series of GUI's and JTables that give a user the ability to generate an XML file. One of these tables is for creating the "statements". I won't get into detail as far as that except to say that the data is stored in multiple 2D arrays which are in turn stored in a hash map. Here is what happens. When a user enters the Statement screen a JTable is generated using the contents from the 2D array. This data populates