Click to See Complete Forum and Search --> : Re:Communication between two JTables


Ajay Patil
January 14th, 1999, 01:12 AM
Hi


I have got two tables say Usertable and Roletable .


The Usertable has two columns "UserName" & "RolesAttached" .

The RolesAttached column has a Checkbox component ie a boolean value and a

UserName has a TextField(String Value).


The Roletable has one column "RolesAvailable" which has a TextField component

associated with it.


My requirement is that when I click on of the roles in RoleTable and

then click on a username in UserTable then the RolesAttached checkbox

should be set to true value for that username.


Please explain me some way how it can be done.


Thanks in advance

Ajay