Hi everyone,
              I am facing problem with calling of GetvalueAt() function of 
AbstractTableModel. Can someone please tell me whether we can control call 
to this function? In my case when i scroll on the table at say 60th row then 
GetvalueAt() is being called for 0th row as well which is causing a problem 
for me. I want that call only    to GetValueAt(60,?) should me made and not 
to GetValueAt(0,?).
Also for single row this function gets called multiple times. Is there any 
way to override a call to this function.
Thanks in advance
Sushma
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to