i have a jTable which has three columns,but first one is S.no.this column is not editable. i made this column as non-editable,but on tab it is going to that column.how to skip the tab order from non-editable column?
i have two tables in my from.from the last row of the first table if user clicks enter i have to set focus to the first row first column of the second table.how to do this? can any one tell the code? (urgent)
thanks for reply, but if focus on tabben pane then only it fires keyevent. i want to show next tab on click of control+tab from any of the fields in the form. where to register key event and how to do this?
i have a tabbed pane.it has five tabs.on control + tab ihave to show next tab like that. how to do this.tab does not fire any event ? how it is possible?