Hi !!!
is there a way to use "setPreferredScrollableViewportSize" but with an automatically height ? it means: when I use
"setPreferredScrollableViewportSize" I do something like this :
this.table.setPreferredScrollableViewportSize(new Dimension(625, 400));
But I want to know if is posible to change 400 (height) for an automatically value.
Thanks.