Link to home
Start Free TrialLog in
Avatar of akoifman
akoifman

asked on

Swing JTable Questins

Hi,

I have a two-column JTable.  I would like to make the left column gray and non-editable/non-selectable.  The right column, I would like to be white and able to select only one cell for editing at a time.

To summarize,
left column: gray, non-editable, non-selectable
right column: white, editable, one cell sect only.

How do I do this?  I can't find it in the API.

Thanks,

Alex.
ASKER CERTIFIED SOLUTION
Avatar of zhongbing
zhongbing

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of akoifman
akoifman

ASKER

Thanks for pointing to a great reference.