package de.ipk_gatersleben.bit.bi.edal.rmi.client.util;
Creates a JTableHeader that paints the table header background to the right
of the right-most column if neccesasry.
Paints the given JTable's table default header background at given
x for the given width.
table, "", false, false, -1, 2);
Creates a JViewport that draws a striped backgroud corresponding to the
row positions of the given JTable.
int topY = rowAtPoint < 0
int currentRow = rowAtPoint < 0 ? 0 : rowAtPoint;
Creates a component that paints the header background for use in a
JScrollPane corner.