> I want to dynamically change the number or rows and columns of a tablepane, > possible? > > for example, I want the user to type in the size, say 15 x 20, and a > tablepane with 15 rows and 20 columns is then rendered all with a static > width and height. > > or even have 2 buttons that when clicked add a row or a column. > > Is this at all possible?
Sure, just modify the table pane's row and column collections via getRows() and getColumns(), respectively.
