i want to create a method for set the pointer in an especific cell of the jtable, for start editing in this cell automatic with the keyboard, but i don´t know who is the method, someone know the process?
for example when i read a barcode that a especific cell start the pointer in the cell, i tried to set the focus with changeSelection(x,y,bool,bool);
but this does not work