I have a doubt in
java Swings. Assume in a GUI SCreen, we have a Table where there are 5 columns. On clicking, the TAB key on the Keyboard, the cursor goes through each column. Assume for a particular column named "Ccity", there is a ellipsis(...) buttom at the corner of the "Ccity" column. When the ellipsis button is clicked, it gets displays another table where we can select a particular value for that Column "Ccity".
Here my query is while pressing the TAB key,and when the cursor is positioned on the column "Ccity", and when the TAB key is pressed, it should point to the Ellipsis(..) button rather than the Cursor going on to the Next Column.
I hope you understand what am trying to say.... Please help me in this..