static void sexyTableWithData(L rows, L colNames) { JTable table = sexyTable(); fillTableWithData(table, data, colNames); ret table; }