table item

im selecting a data from table1 to table2 in two different panel file. i would like to highlight the item which is most recently added to the table1. how to do that?
[172 byte] By [moonnya] at [2007-11-27 4:04:01]
# 1
PLease elaborate your question! It is not at all clear!
Nikksa at 2007-7-12 9:08:51 > top of Java-index,Java Essentials,New To Java...
# 2

For example:i have create two tables using jigloo,when i double click a item'123' from table A and thus the item'123' will show in the table B simultenously. anyway, i would like to the '123' in table B been highlighted. how to do that? means if i insert another item '234' , the item'234' in table B will be highlighted too. this is to make sure the users not need to scrolled down and checked if the items have been inserted or not.

moonnya at 2007-7-12 9:08:51 > top of Java-index,Java Essentials,New To Java...