How to do JTable on cellchange select all text
问题 i have seen some example of doing it but i still can't understand and not able to implement it. What i want to do is on cell change (focus), the next selected cell will have all the text selected, ready for user to totally change it.. Any ideas on how to do it ? //update// somehow i managed to come out with the following class but implement this tblLayers.setDefaultEditor(String.class, new Classes.CellEditor()); yields nothing, the "Not supported yet." is NOT thrown .. how should I solve this