mwithake

Results 2 comments of mwithake

We have tried the new solution with UIManager.put("Table.editorSelectAllOnStartEditing", true), but is not working if you tabbed thru the cells or if the editor is an JFormattedTextField.

Sorry for not mentioning this, we have extended JTable so that editing starts automatically for editable cells: ![image](https://github.com/JFormDesigner/FlatLaf/assets/15773659/4c586273-7feb-48ac-95df-5701f87472e4) selectAll() for JFormattedTextField is invoked, but i seems only for the DisplayFormat,...