Table dream; int tableRowCount; int tableColumnCount; int rowCount=0; int x= 25; int y= 30; void setup() { size(1600, 600); background(0); dream= loadTable("Dream_Data.csv", "header"); //rows=26; tableRowCount=dream.getRowCount(); tableColumnCount=dream.getColumnCount(); println("total rows in table = "+ tableRowCount); } void draw() { stroke(0); //text("Hello!", width/2, height/2); //String id5=trim (dream.getString(rowCount, 12)); //String id5=trim (dream.getString(rowCount, 12)); //text(id5, x,y); mouseOver(x, 20, 20); //beginShape(); if (rowCount= xpos || mouseX <= xpos+w && mouseY >= y || mouseY= x || mouseX <= x+width && mouseY >= y || mouseY< y+height) { // fill(255, 200, 200); // }else{ // if (rowCount