* contents of the table are displayed in the bottom viewport and
* scroll in all directions.
*/
if (component_ instanceof JTable) {
JTable table = (JTable) component_;
TableHeader header = new TableHeader(table.getModel());
_headerViewport = new JViewport();
_headerViewport.setView(header);
add(_headerViewport);
_headerViewport.setParent(this);