FaqJ2METableItemCustomColor
How can I change the color of TableItem?
It can happen on some devices or emulators that the TableItem is displayed only in black color. It is caused by emulator/device bug. It returns wrong color of background. You can solve this issue in your application by implementing your own ColorSchema that is used by TableItem.
see the issue 80447
Applies to: NetBeans 5.5, 6.0 Platforms: All See also: issue 79625, issue 80447, javadoc of ColorSchema