kallam reddy

Greenhorn
+ Follow
since Feb 04, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by kallam reddy

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?
22 years ago
hi
you put one empty panel in jFrame(game) and set cardlayout to that, then add Jpanel(scoreboard) to that panel.then it works fine .
22 years ago
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)
22 years ago
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?
22 years ago
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?
22 years ago