Re: Color for disabled controls

2006-11-09 Thread Jim C.
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

Color for disabled controls

2006-11-08 Thread Jim C.
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.