Click here to Skip to main content
15,905,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.

I am currently developing a program that displays people's names and surnames mixed up on a table(jtable).

The trick here is to match the name with the surnames,now how can i make sure that the user matches the right name with the right surname.

Is it possible to compare data on a table, if not what are the alternatives?

Thanks in Advance.
Posted
Updated 28-Oct-11 4:10am
v2

1 solution

it is possible to compare data : JTable Tutorial[^]

But I think you want to match names and surnames. How do you want to do this?
Are there any keys that give a logical connection between the names and surnames (like a common address reference or same date of birth or so)?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900