java - Enter value in JTable cell and click OK does not register value -


i have jtable has cells editable. if user enters in value editable cell , clicks ok button on form, code:

// value in editable cell string value = model.getvalueat(row, column);  

does not pick entered value.

the way entered value picked above code once user has pressed enter after typing in value or clicking in cell value "pushed in".

does know code write "push" value in when click ok button?

see table stop editing solution.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -