EarthWeb
Developer.com
Site
windows 2000
visual c++
java
visual basic
javascripts
recommend it
 
Book
thinking in java
 
Interact
forum
guest book
jobs
jokes
what's new

share code
 
Resource
add resource
modify resource
new resource
 

[Internet Jobs]
-----
Java by E-mail:

Get the weekly e-mail highlights on Java!
-----

-

Change selection mode to single cell


Author: Zafir Anjum

If you want just a single cell to be highlighted, rather than the entire
row, use the following two lines of code.


table.setRowSelectionAllowed( false );
table.setColumnSelectionAllowed( false );


Posted On: 9-Jan-1999

internet.commerce