In Netbeans(IDE 7.0) at advanced search keyrealese event I want to change the Jtable row colors under the condition.If system date(current date) is equal to that table(in database) coloumn name "Date" and system time(current time) is less than to table coloum name "Time" then I want to display that row in Green color else want to display in Red colour.Please share your knowledge.It will very usefull to me.:.respect.
hints-The table name is in DB is "Vehicle",The coloumns are "Date","Time","Veh_No","Model".. I think we want to use "If" condition,and create two other variables to store system date and system time before give and condition.Plz help me..