S. Osbourne

Greenhorn
+ Follow
since Dec 22, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by S. Osbourne

Tried the same technique with a Jlist and was unable to scroll to top of the JList. Any ideas?

Thanks
17 years ago
Thanks for the response but this does not solve my probem. I have the code working to match the appropriate row in the table to text entered in textfield.
Currently it matches and scrolls to the match row. But, I would like it to scroll to the top most visible row in the table. I want the founded row to be the first row in viewport,it should be highlighted and be the first visible row in table. There could be other rows above the highlighted row. The user could scroll up or down to show the rows below and above the selected row.
17 years ago
I would like to move the selected row to be the first row in a JTable. I don't want to copy the data into the first row of the model.
I have a class which has as parameters a jtextfield and table.
if I type string in the jtextfield, the class tries to match the string within a column containing string values. Currently it selects the matching row and make it visible. But, I would like to make the matching row visible and be the first visible row in the table.
17 years ago
Hi folks. I need any suggestions for a j2ee cashiering module which can be used with my existing j2ee applications. Any suggestions, please.
Thanks.
Sean
Hi folks.
Can anyone recommend any java based cashiering API which I can integrate with my current J2ee application?
Thanks.
Sean
20 years ago