Joezy Whzy

Greenhorn
+ Follow
since Mar 25, 2013
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 Joezy Whzy

Hi, basically I am using JTables and I have a row of data. I have a user ID column, and a status column (along with a bunch of other), what I want is when the 'status' column is edited and "Accepted" is typed, the user ID should turn green. If "Rejected" is typed the user ID should turn red. This has to I guess happen dynamically, as once its opened and either accepted/rejected are typed then enter is pressed it should change.

I have tried a few methods and code from online but I just cannot do it. Can someone please guide me through the process!

THanks.
11 years ago