Jim C. wrote:
> OK, so there is this bug in Sun's JTable.
> Calling JTable.setEnabled(false) doesn't also cause the table header's
> appearance to changed. It functions properly but there is no visible
> change in the header.
>
> Question:
>
> What are some good ways to change appearance based on
OK, so there is this bug in Sun's JTable.
Calling JTable.setEnabled(false) doesn't also cause the table header's
appearance to changed. It functions properly but there is no visible
change in the header.
Question:
What are some good ways to change appearance based on enabled/disabled
state? I.E.