Sorry for the double post, but I didn't want to start a new topic about this. I just hit a roadblock while working on this... I want to be able to get a value from one cell in the table (which is a double in the array), and divide another variable (another double) by it. But apparently all values in the cells are Objects so I can't. How would I divide one variable by a cell's value?
Here's my
test array:
and here's the loop that I'm currently trying to use which gets the value in the third cell over, divides a variable by it, and then sets the value of the fourth cell over:
Sorry if it's a stupid question, this whole JTable thing is kinda confusing!